⇐ Index ⇐ Tables
GetTableKeys(<-table) ->keysList
Returns a list containing the keys of the specified table.
TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 2) ->table GetTableKeys(<-table) ->keys #keys contains [Key2, Key1, Key0]
⇐ Index