home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD 60
/
supercd60_2.iso
/
BlitzBasic
/
Blitz2DPCP
/
data1.cab
/
Support
/
help
/
beginners
/
tutorial
/
variables3.bb
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-11-21
|
104 b
|
12 lines
A$ = "Welcome to "
B$ = "the world "
C$ = "of programming."
D$ = A$ + B$ + C$
Print D$