Because XL is fundamentally kind of functional, it seems uneasy to simulate continue from imperative loops. Same goes for break (one could use return instead, but that'd work only without nesting I suppose which renders it completely unusable).
Any plans to provide break is builtin jmp_right_right_after_nearest_loop and continue is builtin jmp_to_the_nearest_loop_label?
Because XL is fundamentally kind of functional, it seems uneasy to simulate
continuefrom imperative loops. Same goes forbreak(one could usereturninstead, but that'd work only without nesting I suppose which renders it completely unusable).Any plans to provide
break is builtin jmp_right_right_after_nearest_loopandcontinue is builtin jmp_to_the_nearest_loop_label?