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