4 lines
82 B
Text
4 lines
82 B
Text
char X;
|
|
[X:= "little";
|
|
Text(0, "Mary had a "); Text(0, X); Text(0, " lamb.");
|
|
]
|