able-script/able-script-test/parse_test.able
Erin 3e2dc5fba9 Added function/variable parsing
- Added block support
- TODO: Tidy it up
2021-04-18 22:33:55 +02:00

10 lines
130 B
Plaintext

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