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
297003c0b0
schala
/
test.schala
13 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test .schala file
2016-12-21 03:03:51 -08:00
fn a(x)
x + 20
end
fn x(x)
Move all LLVM functions into LLVMWrap so I can kill the global unsafe
2016-12-25 15:50:41 -08:00
x + a(9384)
Add test .schala file
2016-12-21 03:03:51 -08:00
end
a(0)
x(1)
Reference in New Issue
Copy Permalink