6 lines
74 B
Text
6 lines
74 B
Text
|
|
procedure main()
|
||
|
|
s := ", world"
|
||
|
|
s[1:1] ||:= "Hello"
|
||
|
|
write(s)
|
||
|
|
end
|