Version 1.2.0: Quality of Life update
Changelog:
- Added:
-
u (ele -- )
. CPRINT. Concatenative print: simply prints ele without any trailing characters. (#12)
-
ɯ (ele trail -- )
. TPRINT. Printsele
with a trailingtrail
. (#12)
-
ɟ (a b c -- c b a)
. REV. Reverses the stack. (#13)
-
w (ele -- )
. SETREG. Storesele
into the register. (#14)
-
ʍ ( -- ele)
. GETREG. Copiesele
from the register. (#14)
- Fixed an implementation involving
y
WORD.