Re: routine_id

new topic     » goto parent     » topic index » view thread      » older message » newer message
SDPringle said...

The documentation should read that routine_id can be used to call a routine before it is defined. With 4.0 declare and define you really could say 'declared' here.

Actually, you don't even need 'declared' or anything like that in 4.0:

MyProc()  --<<<< Here is the call.   
   
procedure MyProc() --<<<< Here is the routine.   
  puts(1, "MyProc called\n")   
end procedure   

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu