Files
WAFER/crates/cli
ok 6118ddc53c REPL: inline output on same line as input (traditional Forth style)
Move cursor back to end of input line so output appears inline:
  > 2 2 + . 4  ok
instead of on a separate line.
2026-04-12 17:28:06 +02:00
..