Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 25, 2014 04:24
Show Gist options
  • Save ostretsov/510e6bff1342a4011fcb to your computer and use it in GitHub Desktop.
Save ostretsov/510e6bff1342a4011fcb to your computer and use it in GitHub Desktop.
val a = Array("Test", "is", "ok")
println(a(0));
println(a.apply(0)); // same as previous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment