Closed dorian3343 closed 7 months ago
List Push : Returns an input list with a value (of the same type) appended to the end.
List Sort: Returns a sorted list, if its an integer list it returns it from lowest to highest, otherwise it sorts the values alphabetically
Notes for reviewer:
Added String split and string join
List Push : Returns an input list with a value (of the same type) appended to the end.
List Sort: Returns a sorted list, if its an integer list it returns it from lowest to highest, otherwise it sorts the values alphabetically
Notes for reviewer: