mirror of
https://github.com/russolsen/rforth
synced 2025-01-13 20:01:07 +01:00
126 B
126 B
russ forth
A simple Forth interpreter in Ruby (1.9).
1 2 dup + +
.
5
3 2 1 + *
.
9