2022-03-19 17:48:52 You know, this may be old news for some of you, because it's kind of obvious, but I'd never actually landed on it explicitly before. "0 >in !" sends interpretation back to the start of the line. 2022-03-19 17:49:04 That raises some interesting possibilities for looping interpretively. 2022-03-19 17:49:27 huh 2022-03-19 17:49:29 Told you it was obvious. :-) 2022-03-19 17:49:30 thats Interesting 2022-03-19 17:49:34 It is. 2022-03-19 17:49:55 I tested it (though I had no doubt, really). Of course you'd need some way of terminating the iteration. 2022-03-19 17:50:17 I'm not sure if it would wind up being particularly useful, but it bears thinking on. 2022-03-19 17:51:40 We pull words out of whatever buffer the input is coming from, but nothing happens that changes any of it. 2022-03-19 17:52:50 One might argue that such changes would be innocuous for keyboard input - the tib is generally one-time use. But it'd be bad for text being loaded from a block buffer to be changed. Might inadvertently get written back out.