9b62efc830
Needed to account for semicolons/newlines. Maybe need to generalize delimiter-separated list of things
9 lines
77 B
Plaintext
9 lines
77 B
Plaintext
if 20 then
|
|
a = 20
|
|
b = 30
|
|
c = 40
|
|
a + b + c
|
|
else
|
|
Null
|
|
end
|