![zik.saleeba](/assets/img/avatar_default.png)
Implemented preprocessor-style directives (not finished yet). git-svn-id: http://picoc.googlecode.com/svn/trunk@26 21eae674-98b7-11dd-bd71-f92a316d2d60
6 lines
34 B
Raku
6 lines
34 B
Raku
int a;
|
|
a = 42;
|
|
printint(a);
|
|
%%
|
|
42
|