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
b0655d7cab
schala
/
conditional.schala
10 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Conditionals - handle delimiters correctly
2017-01-03 01:21:20 -08:00
if 20
then
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
else
Null
end
Reference in New Issue
Copy Permalink