RosettaCodeData/Task/Literals-Integer/PicoLisp/literals-integer-2.l

3 lines
55 B
Common Lisp

: '(a `(hex "7F") b `(oct "377") c)
-> (a 127 b 255 c)