utils.alh 350 B

12345678
  1. String function JSON_print(model : Element)
  2. Element function list_reverse(lst : Element)
  3. Element function list_splice(lst : Element, start : Integer, end : Integer)
  4. Void function list_extend(lst : Element, ext : Element)
  5. Void function set_difference(set1 : Element, set2 : Element)
  6. String function get_taskname()
  7. Void function sleep(seconds : Float)