Liking cljdoc? Tell your friends :D

fif.stdlib.ops

Standard Library Word Definitions for common operators

  • Most of the functions listed were taken from the Forth standard library.
Standard Library Word Definitions for common operators

- Most of the functions listed were taken from the Forth standard library.
raw docstring

absclj/s

(abs sm)

(n -- n) Gets the absolute of the top value

(n -- n) Gets the absolute of the top value
sourceraw docstring

carriage-returnclj/s

(carriage-return sm)
source

dotclj/s

(dot sm)
source

dot-stackclj/s

(dot-stack sm)
source

dupclj/s

(dup sm)
source

import-stdlib-opsclj/s

(import-stdlib-ops sm)
source

nipclj/s

(nip sm)
source

op-dropclj/s

(op-drop sm)
source

overclj/s

(over sm)
source

pop-returnclj/s

(pop-return sm)
source

push-returnclj/s

(push-return sm)
source

rollclj/s

(roll sm)

(v v --) move the item at that position to the top

(v v --) *move* the item at that position to the top
sourceraw docstring

rotclj/s

(rot sm)
source

swapclj/s

(swap sm)
source

tuckclj/s

(tuck sm)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close