2021-06-25 00:06:16 hi! 2021-06-25 06:35:49 hi librarianmage[m] 2021-06-25 06:40:54 also have you seen chanserv's connection stream ? 2021-06-25 06:44:13 no, I'm not sure what that is 2021-06-25 20:29:02 in retro, is there something that allows you to check the "type" of the top-most item on the stack? My goal is to write a word that, depending on if there is a number or a string on the stack preforms an s:put 2021-06-25 20:32:08 maybe I just use something like n:to-string 2021-06-25 21:37:13 Nothing built in 2021-06-25 21:38:02 It would be possible to make a reasonable guess between strings and numbers though 2021-06-25 21:38:23 ACTION will write something for this... 2021-06-25 21:40:51 wicked! Thanks -- and 100% no rush. I've found a sort of work around/gotten side tracked reading through the descriptions of every single work in the dictionary 2021-06-25 21:46:31 http://forth.works/share/4ce6300bebe36d97ecdd116eff8ddfe5 should work for this. 2021-06-25 21:47:20 oh snap! 2021-06-25 21:47:24 crc, this is wild!? 2021-06-25 21:48:20 it's something I had been thinking about recently; I had a strategy worked out, just needed to enter it and do some quick checks :) 2021-06-25 21:53:08 My mind is blown: :in-ram? #0 EOM n:between? ;