home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er Special 43
/
64er_Magazin_Sonderheft_43_19xx_Markt__Technik_de_Side_A.d64
/
groesse
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Commodore BASIC
|
1990-01-01
|
115 b
|
7 lines
100 input "string #1";a$
110 if a$="@" then end
120 input "string #2";b$
130 if a$>b$ then print "#1"
140 if a$<b$ then print "#2"
150 goto 100