Fix this source file

This commit is contained in:
greg 2017-02-20 21:10:02 -08:00
parent 9dd8f90e3c
commit f0de3c3d12
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
if 20
then
if 20 {
a = 20
b = 30
c = 40
a + b + c
else
} else {
Null
end
}