User Tools

Site Tools


zxt:extension:00000000:0001

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zxt:extension:00000000:0001 [2021/08/06 22:23] asiezxt:extension:00000000:0001 [2021/08/06 22:26] (current) asie
Line 55: Line 55:
 #end #end
 </code> </code>
 +
 +==== Two touch codepaths (#BIND workaround) ====
 +
 +If the code above is bound, '':TOUCH'' might end up being zapped multiple times. This code takes care of that:
 +
 +<code>
 +@Interactive
 +#send init
 +#end
 +:init
 +#zap init
 +#ifext 00000000 0001 zap touch
 +:ifext
 +#end
 +:touch
 +I found nothing...
 +#end
 +:touch
 +I found IFEXT support!
 +#end
 +</code>
 +
 +An alternative, more advanced technique is pre-setting the instruction pointer in an external editor.
  
 ===== Implementations ===== ===== Implementations =====
zxt/extension/00000000/0001.1628288607.txt.gz · Last modified: 2021/08/06 22:23 by asie