home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
AACD
/
Programming
/
YAEC
/
testsrc
/
ipc_test.e
< 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
|
2001-02-23
|
206 b
|
11 lines
MODULE 'test/ipc'
PROC main()
DEF nm:newMsg, np:newPort
IF np.newPort('hejhej', NIL) = NIL THEN Raise("PORT")
->IF nm.reply = NIL THEN Raise("BLA")
->PrintF('\s\n', arg)
Delay(500)
ENDPROC