8 lines
181 B
Text
8 lines
181 B
Text
with javascript_semantics
|
|
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)}
|