Skip to content

Instantly share code, notes, and snippets.

@7sharp9
Created October 13, 2013 23:08
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 7sharp9/6968399 to your computer and use it in GitHub Desktop.
Save 7sharp9/6968399 to your computer and use it in GitHub Desktop.
Array declarations:
let things = [|"One";"Two";"Three"|]
let things2 = [|"One"
"Two"
"Three"|]
let things3 = [|
"One"
"Two"
"Three"
|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment