History variables: Difference between revisions

m
Line 1,236:
hv:set(2); print("set() to:", hv:get())
hv:set(3); print("set() to:", hv:get())
hv:set(nil); print("set() to:", hv:get())
--
print("history:", table.concat(hv.history,","))
Anonymous user