Re: phix and goto label

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

There is no hll goto, but you can do this with inline assembly:

#ilASM { jmp :somelabel } 
... 
#ilASM { ::somelabel } 

They never made it into the formal documentation, but you can find some notes on this at line 1098 of Phix\pops.e, also see "Global Labels" at line 1273.
Be warned that some of those ancient scribbles may now be wildly out-of-date!

Regards,
Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu