This website requires JavaScript.
Explore
Help
Sign In
greg
/
schala
Watch
1
Star
0
Fork
0
You've already forked schala
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d524389f1d
schala
/
source_files
/
test.maaru
13 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test .schala file
2016-12-21 03:03:51 -08:00
Convert parsing while, if, fn exprs to use { }
2017-01-09 20:33:08 -08:00
fn a(x) {
x + 20
}
Add test .schala file
2016-12-21 03:03:51 -08:00
Convert parsing while, if, fn exprs to use { }
2017-01-09 20:33:08 -08:00
fn x(x) {
x + a(9384)
}
Add test .schala file
2016-12-21 03:03:51 -08:00
a(0)
x(1)
Reference in New Issue
Copy Permalink