RosettaCodeData/Task/Table-creation-Postal-addresses/PicoLisp/table-creation-postal-addresses-2.l
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

6 lines
142 B
Common Lisp

(show
(new! '(+Adr) # Create a record
'nm "FSF Inc."
'str "51 Franklin St"
'st "Boston, MA"
'zip "02110-1301" ) )