RosettaCodeData/Task/Unicode-variable-names/PicoLisp/unicode-variable-names.l

9 lines
56 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
: (setq Δ 1)
-> 1
: Δ
-> 1
: (inc 'Δ)
-> 2
: Δ
-> 2