Zen 言語で予約されているキーワード一覧です。
これらのキーワードを変数名や関数名で利用する場合は、@"keyword"
という構文を使用します。
const MyStruct = struct {
@"error": u32,
};
pub fn main() void {
const my_struct = MyStruct{ .@"error" = 0 };
}
☰ 人の生きた証は永遠に残るよう ☰
Copyright © 2018-2020 connectFree Corporation. All rights reserved. | 特定商取引法に基づく表示
Zen, the Zen three-circles logo and The Zen Programming Language are trademarks of connectFree corporation in Japan and other countries.