2023-06-28 14:57:09 KipIngram: I like 4 Ki B. What do You think? 2023-06-28 15:02:04 #0b000 and #0x00 could be Bit and Byte String Literals of length 3 and 2. Any Thoughts? 2023-06-28 19:18:23 Yeah, I was thinking the other day that kB / kiB, MB / MiB etc. really ought to be "done properly." 2023-06-28 19:18:32 That's something that is so often not given proper attention. 2023-06-28 19:18:53 I wouldn't capitalize my k, though. 2023-06-28 19:50:11 I'm putting together an Excel version of that Python report generator I wrote last week - the one that makes the PDF file with all my graphs. The OpenPyXL package does a nice job of it, thoug in all of those types of things getting the graphs just the way you want them sure does involve a lot of tedius detail. 2023-06-28 23:01:32 New to Forth, how would I do a conditional OR? I have two flags I want to do this with: OVER 1 > OVER BL <> 2023-06-28 23:12:17 Problem solved. No need for an answer now. 2023-06-28 23:18:48 ok 2023-06-28 23:28:16 what was your solution?