Skip to content

Array initialisation short-form #24

@ratkingsminion

Description

@ratkingsminion

In MS Small Basic, arrays can be initialised with a string:

arr = "a=100;b=999;"
TextWindow.WriteLine(arr["b"]) ' prints 999

This doesn't seem to be possible with ISB - is there an alternative for that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions