<ident> let
<ident> global
<var> <value> =
jort let ( a b ) { a b - println } fn =
<args> <fn> @
4 3 jort @
<array> <index> # (maybe with # or @)
test 2 #
( <contents> ) the spaces are important
{ <contents> } the spaces are important here too
[ <contents> ] as always, the spaces are important (i gotta change that but yk (or maybe even not because its consistent))
among let [ 1 2 3 4 ] =
<iterator> <ident> <block> for
among i { i println } for
<condition> <block> if
0 { "chud" println } if