Files
asl/in/simple.asl
2015-10-09 16:14:17 +02:00

8 lines
53 B
Plaintext

func foo(){
return 1;
}
var _x = foo();
foo();