home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 June
/
APC561.ISO
/
workshop
/
other
/
mac
/
posneg.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2000-03-21
|
124 b
|
7 lines
10 input "Type a number: ";n
20 if n <> 0
30 print "That's negative"
40 else
50 print "That's positive"
60 endif