RosettaCodeData/Task/History-variables/Phix/history-variables-3.phix
2018-08-17 15:15:24 +01:00

7 lines
155 B
Text

include history.e
constant test2 = new_history_id(1)
set_hv(test2, 2)
set_hv(test2, 3)
?{"current",get_hv(test2)}
?{"history",get_hv_full_history(test2)}