UNPKG

forth

Version:

Forth programming environment

8 lines (4 loc) 111 B
# My first test code Forth example in literate notation : 2dup over over ; : nip swap drop exit ;