RosettaCodeData/Task/History-variables/PicoLisp/history-variables.l
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
195 B
Text

(de setH ("Var" Val)
(when (val "Var")
(with "Var"
(=: history (cons @ (: history))) ) )
(set "Var" Val) )
(de restoreH ("Var")
(set "Var" (pop (prop "Var" 'history))) )