Standard Library Word Definitions for common operators
Standard Library Word Definitions for common operators - Most of the functions listed were taken from the Forth standard library.
(abs sm)
(n -- n) Gets the absolute of the top value
(n -- n) Gets the absolute of the top value
(roll sm)
(v v --) move the item at that position to the top
(v v --) *move* the item at that position to the top
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close