8 lines
111 B
BlitzBasic
8 lines
111 B
BlitzBasic
commodore = 20
|
|
atari = 20
|
|
If commodore = atari
|
|
Print "Welcome to the machine - Commodore and Atari..."
|
|
EndIf
|
|
|
|
|