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
7bd6072dae
schala
/
source_files
/
conditional.maaru
9 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix this source file
2017-02-20 21:10:02 -08:00
if 20 {
Fix conditional parsing Needed to account for semicolons/newlines. Maybe need to generalize delimiter-separated list of things
2016-12-31 17:02:49 -08:00
a = 20
b = 30
c = 40
a + b + c
Fix this source file
2017-02-20 21:10:02 -08:00
} else {
Fix conditional parsing Needed to account for semicolons/newlines. Maybe need to generalize delimiter-separated list of things
2016-12-31 17:02:49 -08:00
Null
Fix this source file
2017-02-20 21:10:02 -08:00
}
Reference in New Issue
Copy Permalink