init day: 2022/11/8 basically only because gitlab is quite useless, hard to push to remote repositories for us.
#wip
- data type:
int
; func return value type:int, void
- declaration and initialization of variables and consts.
- sentences: assign(=) expr, expr, blocks,
if
'while' 'return' - expr:
- arithmatics (binary: +, -, *, /, %; single: +,-)
- relations (==, >, <, >=, <=, !=)
- logistic (&&, ||, !)
- comments(blocks and lines)
- input output
- leaf func