7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
string str1 -1 "Hello, world!"
|
|
int num 100
|
|
bool cond true
|
|
|
|
if cond
|
|
inc num
|
|
end if |