Skip to content

Array initialisation short-form #24

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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