RosettaCodeData/Task/Literals-Integer/PicoLisp/literals-integer-2.l
2023-07-01 13:44:08 -04:00

2 lines
55 B
Common Lisp

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