6 lines
90 B
Text
6 lines
90 B
Text
Module PrependString {
|
|
A$="Hello"
|
|
A$+=" World"
|
|
Print A$
|
|
}
|
|
PrependString
|