@ddlyh it depends, lambdas are just labels.
If you use !{ then it's a immediate jump, if you ?{ then it's a conditional immediate jump, but they have different opcodes. You can do ;{ then you'll have an absolute lit2
https://wiki.xxiivv.com/site/uxntal_immediate.html
@neauoire labels of the current location? Then why does "?{" never run? Shouldn't it have to be "#00?{"?