10 lines
77 B
Plaintext
10 lines
77 B
Plaintext
if 20
|
|
then
|
|
a = 20
|
|
b = 30
|
|
c = 40
|
|
a + b + c
|
|
else
|
|
Null
|
|
end
|