mirror of
https://github.com/russolsen/rforth
synced 2024-12-26 09:58:27 +01:00
126 B
126 B
russ forth
A simple Forth interpreter in Ruby (1.9).
1 2 dup + +
.
5
3 2 1 + *
.
9