home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
018.lha
/
examples
/
basic.st
< 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
Text File
|
1986-10-19
|
234 b
|
14 lines
Class Main
[
main
88 print.
3.14159 print.
'this is it' print.
#(this is also it) print.
88 respondsTo: #+ ; print.
Object respondsTo.
smalltalk at: 3 put: #(22 17).
(smalltalk at: 3) print.
Smalltalk respondsTo.
]