4 lines
41 B
BlitzBasic
4 lines
41 B
BlitzBasic
A = 1111
|
|
B$ = "Vic 20"
|
|
Print A :Print B$
|
A = 1111
|
|
B$ = "Vic 20"
|
|
Print A :Print B$
|