ablescript/able-script-test/parse_test.able

10 lines
130 B
Plaintext
Raw Normal View History

functio test() {
functio nested() {
var c = false;
}
var a = true;
}
functio another() {
var b = false;
}