forth/test1.fs

4 lines
70 B
Forth
Executable File

\ Tell how many items are on the stack
: DEPTH? ( -- ) DEPTH . ;