Fix this source file
This commit is contained in:
parent
9dd8f90e3c
commit
f0de3c3d12
@ -1,9 +1,8 @@
|
||||
if 20
|
||||
then
|
||||
if 20 {
|
||||
a = 20
|
||||
b = 30
|
||||
c = 40
|
||||
a + b + c
|
||||
else
|
||||
} else {
|
||||
Null
|
||||
end
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user