8 lines
49 B
Plaintext
8 lines
49 B
Plaintext
x := 7 + 3;
|
|
if x then
|
|
true
|
|
else
|
|
false
|
|
endif
|
|
|