Files
asl/in/simple.asl
2015-09-21 14:46:39 +02:00

10 lines
80 B
Plaintext

var _a = 1;
var _b = 2;
if _a < _b {
var _x = 5;
}
else{
var _x = 6;
}