1. phix and goto label

hi, is there a way, regular or by tricks to get a goto label?

just so you know, i am not a friend of this, but there are times that is needed.

richard

new topic     » topic index » view message » categorize

2. Re: phix and goto label

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 message » categorize

3. Re: phix and goto label

mille grazie i'll dig into that

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu