-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A way to iterate structures/objects in memory, similar to what sjasm does with it's structs would be fantastic, especially if combined with a foreach type command and list/array management?
e.g. Dim aliens as new List(alien)
for i = 1 to 10 :aliens.Add(alien): next i
foreach alien a in aliens
doAction(a)
NextEach
aliens.removeAt(4)
I know that's huge but would be a massive plus point making games and more serious utilities too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request