crowdstrikedcs/compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
build with make
simple commands to test
5.4 + 3*(1+3);
ab=-5;
if (ab>0) then {ab=-1;} else {ab=1; ab=2*ab;}
b=sqrt(100);
while (b>0) do {b=b-1; print(b);}