Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.