utils.alh 460 B

12345678910
  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()
  8. Element function string_split_nr(str : String, split : String, count : Integer)
  9. String function spawn(function : Element, arguments : Element)