[Implemented] @ and * for procedure
Posted: Sun Feb 09, 2003 8:02 pm
Restored from previous forum. Originally posted by GPI.
small example
procedure test(h1,h2)
procedurereturn h1+h2
endprocedure
*proc=@test()
;or "*proc.procedure(h1,h2)=@test()
; this should be easier for the compiler,or not?
debug *proc(10+4)
(Implemented with 'Prototype')
GPI
PII 333, 256MB, Asus TNT2Ultra 32MB, AWE Gold 64 4MB
small example
procedure test(h1,h2)
procedurereturn h1+h2
endprocedure
*proc=@test()
;or "*proc.procedure(h1,h2)=@test()
; this should be easier for the compiler,or not?
debug *proc(10+4)
(Implemented with 'Prototype')
GPI
PII 333, 256MB, Asus TNT2Ultra 32MB, AWE Gold 64 4MB