Files
asl/in/simple.asl
2015-10-10 17:00:11 +02:00

6 lines
57 B
Plaintext

func foo(a, b) {
return a > b;
}
var x = foo(1, 2);