We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unsigned integer : u8, u16, u32, u64
signed integer : s8, s16, s32, s64
character : c8, c16, c32
string : str8, str16, str32, str
floating point real : f32, f64
struct, union, array
타입 선언, 변수 선언, 함수 선언/정의
if, for, expression, break, continue, return, exit
assignment, function call, 사칙연산, 비트연산, 논리연산
read, write, move(seek?), print