🔥🔥🔥 all cg tests working!!
This commit is contained in:
@ -3,11 +3,12 @@
|
||||
#include "std.alpha"
|
||||
|
||||
entry (arg) := {
|
||||
[integer:x; integer:y]
|
||||
[integer:x; integer:y; integer: result]
|
||||
|
||||
y := 1;
|
||||
x := 3;
|
||||
y := x * x;
|
||||
y := 20;
|
||||
y := x * y;
|
||||
|
||||
result := printInteger(y);
|
||||
return y;
|
||||
}
|
Reference in New Issue
Block a user