Lists: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
(Redirected page to Variables)
(Removed redirect to Variables)
Line 1: Line 1:
'''Lists''' is a subcategory of the [[Variables]] category, originating from Scratch. Using the Data Category Tweaks addon originating from TurboWarp, one can split this and the [[Variables (subcategory)|Variables]] subcategory apart.
#Redirect [[Variables#Lists]]
==Blocks==
===Scratch Blocks===
*[[add () to ()]]
*[[delete () of ()]]
*[[delete all of ()]]
*[[insert () at () of ()]]
*[[replace item () of () with ()]]
*[[item () of ()]]
*[[item number of () in ()|item # of () in ()]]
*[[length of () (Lists)|length of ()]]
*[[() contains ()? (Lists)|() contains ()?]]
*[[show list ()]]
*[[hide list ()]]
===PenguinMod===
* [[for each item () in ()]]
* [[For each item#%20()%20in%20()|for each item # () in ()]]
* [[Item () exists in ()]]
* [[Is () empty]]
* [[reverse ()]]
* [[set list () to array ()]]
* [[get list () as an array]]
[[Category:Vanilla Categories]]

Revision as of 17:04, 18 May 2024

Lists is a subcategory of the Variables category, originating from Scratch. Using the Data Category Tweaks addon originating from TurboWarp, one can split this and the Variables subcategory apart.

Blocks

Scratch Blocks

PenguinMod