Skip to content

Instantly share code, notes, and snippets.

@rymawby
Last active February 12, 2017 11:52
Show Gist options
  • Save rymawby/7054808f300fc5f628bd8f7eb3ae90b3 to your computer and use it in GitHub Desktop.
Save rymawby/7054808f300fc5f628bd8f7eb3ae90b3 to your computer and use it in GitHub Desktop.
Brightscript - print all first level properties of a large associative array
for each a in s
? a "=" s[a]
end for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment