5 lines
75 B
Text
5 lines
75 B
Text
|
|
procedure main()
|
||
|
|
(s := ", world") ?:= "Hello" || tab(0)
|
||
|
|
write(s)
|
||
|
|
end
|