Jump anywhere: Difference between revisions

m
m (→‎{{header|Phix}}: not p2js)
Line 2,044:
In Phix, when absolutely necessary, gotos and labels can be implemented using inline assembly.
Using this 'baroque' syntax is viewed as an effective means of dissuading novices from adopting goto as a weapon of choice.
Note that pwa/p2js does not support #ilASM{} at all. <!--(notonline)-->
<lang Phix>#ilASM{ jmp :%somelabel }
...
7,818

edits