4 lines
93 B
Text
4 lines
93 B
Text
DOG$ = "Benjamin"
|
|
DOG$ = "Samba"
|
|
DOG$ = "Bernie"
|
|
PRINT "There is just one dog, named "; DOG$
|