3 lines
53 B
Text
3 lines
53 B
Text
|
|
(define s1 "Hello")
|
||
|
|
(display (append s1 ", World!"))
|