Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 7, 2019 07:33
Show Gist options
  • Save chriskuech/baf47fadd86477de1d6e99be9bda6cec to your computer and use it in GitHub Desktop.
Save chriskuech/baf47fadd86477de1d6e99be9bda6cec to your computer and use it in GitHub Desktop.
@{ # depth 1
a = @( # depth 2
1,
@{ # depth 3
b = 2
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment