RosettaCodeData/Task/Literals-Integer/PicoLisp/literals-integer-2.l
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
55 B
Common Lisp

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