procedures calling procedure calling procedure...

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

Hi people !

How do I call a procedure that is after the call ?

for example:

--begin
procedure a()
?1
end procedure

procedure b()
a()
c()
end procedure

procedure c()
?3
end procedure

--end

I'm doing this using call_proc(c(), {}), but something tells me that there 
is a more easy or intellignet way to do this...

thanks
Rubens

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

Search



Quick Links

User menu

Not signed in.

Misc Menu