Files
asl/in/simple.asl
2015-10-10 15:57:35 +02:00

6 lines
53 B
Plaintext

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