utils.alh 317 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. String function get_taskname()
  6. Void function sleep(seconds : Float)
  7. Element function alphabet()