Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 5, 2015 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/9d5a346629507f82d341 to your computer and use it in GitHub Desktop.
Save guitarrapc/9d5a346629507f82d341 to your computer and use it in GitHub Desktop.
$jagArrayNormal = @(@(1,2,3),@(4,5,6));
$jagArrayNormal[0] # 1,2,3 が出力
$jagArrayNormal[0][0] # 1 が出力
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment