Skip to content
TurtleKitty edited this page May 11, 2019 · 3 revisions

alias

Alias an operator.

(alias lambda fn)

(def f
   (fn (x)
      (* 10 x)))

(f 10) ; 100
Clone this wiki locally