Difference between revisions of "Rawiter"
From GiderosMobile
|  (wip) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2025. | + | '''Available since:''' Gideros 2025.2<br/> | 
| '''Class:''' [[(global)]]<br/> | '''Class:''' [[(global)]]<br/> | ||
Revision as of 18:47, 4 February 2025
Available since: Gideros 2025.2
Class: (global)
Description
Iterates keys in a table, without invoking any metamethod. table must be a table, key may be any value.
(any) = rawiter(table,key)
Parameters
table: (table) table to iterate
key: (any) key value in the table
Return values
Returns (any) value from the table
