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
f1f7f43e20
schala
/
source_files
/
first.schala
9 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed bug w/ lines in functions Also improved debugging
2018-03-02 00:42:52 -08:00
fn main() {
const a = 10
const b = 20
a + b
}
Evaluator now only prints when a builtin print is called
2018-03-03 00:25:08 -08:00
print(main())
Added a non-interactive schala source file
2017-10-02 23:42:34 -07:00
Reference in New Issue
Copy Permalink