home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
self
/
contrib.lha
/
contrib
/
491
/
aa
/
multi-test.self
< 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
|
1993-05-23
|
270 b
|
12 lines
_AddSlots: (| foo. bar. |)
foo _Define: (|
myFunc: aBlock = ( aBlock value: 10 With: 20 ).
|)
bar _Define: (|
mytest = ( foo myFunc: [ | :firstval. secondval |
firstval + secondval
]).
|)