No edit summary |
m (Pywikibot 10.3.1) |
||
Line 8: | Line 8: | ||
|category = Memory | |category = Memory | ||
|icon = Count Item.png | |icon = Count Item.png | ||
|explaination = Remove value from a memory array, shifting elements above downwards. | |||
No index will remove from the end of the array (pop). | |||
Specifying ∞ will clear the array | |||
|argsType1 = Input | |argsType1 = Input | ||
|argsName1 = Index | |argsName1 = Index | ||
Line 52: | Line 55: | ||
|argsDescription11 = | |argsDescription11 = | ||
|argsDataType11 = | |argsDataType11 = | ||
}}{{DataTableIndex | }}{{DataTableIndex | ||
|storedTable=instruction | |storedTable=instruction | ||
|name=Memory Remove | |name=Memory Remove | ||
}}</noinclude> | }}</noinclude> |