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

9 lines
56 B
Text
Raw Permalink Normal View History

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