tlang/source/tlang/testing/simple_variables_decls_ass.t

5 lines
64 B
Raku

module simple_variables_decls_ass;
int x = 1+2+2+1;
int y = 2;