you can output to executables now
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
depend "tests/math.pla";
|
||||
|
||||
main = Func(): Int {
|
||||
$print("%f\n", $sqrt(100.0));
|
||||
return 0;
|
||||
}
|
||||
for (i: Int = 1; i < 100000; i+=1;) {
|
||||
$print("%i\n",i);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user