sqrt function works... finally... ;-;
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
add = Func(a: Int, b: Int): Int {
|
||||
return a + b;
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
depend "tests/math.pla";
|
||||
|
||||
main = Func(): Int {
|
||||
return $add(1 ,2);
|
||||
$print("%f\n", $sqrt(9.0));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user