utils.alh 398 B

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