オフィスアワーがそろそろ始まるよ!()

キーワード

Zen 言語で予約されているキーワード一覧です。 これらのキーワードを変数名や関数名で利用する場合は、@"keyword" という構文を使用します。

const MyStruct = struct {
    @"error": u32,
};

pub fn main() void {
    const my_struct = MyStruct{ .@"error" = 0 };
}
  • align
  • allowzero
  • and
  • anyerror
  • anyframe
  • anytype
  • asm
  • async
  • await
  • break
  • callconv
  • catch
  • comptime
  • const
  • continue
  • defer
  • deprecated
  • else
  • enum
  • errdefer
  • error
  • export
  • extern
  • false
  • fn
  • for
  • if
  • inline
  • interface
  • mut
  • noalias
  • noinline
  • nosuspend
  • null
  • or
  • orelse
  • packed
  • pub
  • resume
  • return
  • linksection
  • struct
  • suspend
  • switch
  • test
  • threadlocal
  • true
  • try
  • undefined
  • union
  • unreachable
  • usingnamespace
  • var
  • volatile
  • vtable
  • while

Chapter 1

Chapter 2

Chapter 3

Chapter 4

Chapter 5

Chapter 6

Chapter 7

Chapter 8

Chapter 9

Chapter 10

Chapter 11

Chapter 12

Chapter 13

Chapter 14

Chapter 15

Appendix

Error Explanation

☰ 人の生きた証は永遠に残るよう ☰
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.