RosettaCodeData/Task/Variables/Common-Lisp/variables-10.lisp
2023-07-01 13:44:08 -04:00

3 lines
76 B
Common Lisp

(defun frobnicate (x)
(declare (type fixnum x))
(the fixnum (+ x 128)))