Skip to content

Instantly share code, notes, and snippets.

@asterite
Created November 27, 2014 02:41
Show Gist options
  • Select an option

  • Save asterite/baef8d8dfb2356c4da86 to your computer and use it in GitHub Desktop.

Select an option

Save asterite/baef8d8dfb2356c4da86 to your computer and use it in GitHub Desktop.
alias RecursiveArray = Int32 | Array(RecursiveArray)
a = [1, 2, 3] of RecursiveArray
a << a
p a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment