-
@ruv Were there ever words |
Beta Was this translation helpful? Give feedback.
Answered by
ruv
Nov 11, 2024
Replies: 1 comment 2 replies
-
They are named as The rationale is that the prefix "D" is used for operations on double-cell signed integers ( |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SirWumpus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are named as
2LIT,
and2LITERAL
.The rationale is that the prefix "D" is used for operations on double-cell signed integers (
D+
,DMIN
,DNEGATE
), but the prefix "2" is used for operations on cell-pairs (2!
,2@
,2,
,2>R
,2OVER
).