10 points | by beardyw an hour ago
3 comments
Can someone explain for me?
Forth uses RPN so the "verb" is last.
That is, you provide the data first (I and Forth) and the command (heart) last.
Forth I assume uses reverse polish notation: arguments before the operator.
3 4 +
for example, would return 7.
Can someone explain for me?
Forth uses RPN so the "verb" is last.
That is, you provide the data first (I and Forth) and the command (heart) last.
Forth I assume uses reverse polish notation: arguments before the operator.
3 4 +
for example, would return 7.