Files
asl/in/simple.asl
2015-10-25 13:51:53 +01:00

7 lines
76 B
Plaintext

try {
var x = 100;
doSomething(x);
} catch {
errorHandling();
}