RosettaCodeData/Task/Variables/Common-Lisp/variables-10.lisp

4 lines
76 B
Common Lisp
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
(defun frobnicate (x)
(declare (type fixnum x))
(the fixnum (+ x 128)))