Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Created May 19, 2016 07:49
Show Gist options
  • Save rexcfnghk/f40d5920fa91fdbec3151991d9bfccee to your computer and use it in GitHub Desktop.
Save rexcfnghk/f40d5920fa91fdbec3151991d9bfccee to your computer and use it in GitHub Desktop.
// the function parameter has the signature int -> char -> unit
List.iteri (printfn "Current index: %i Current element: %A") ['a'..'e']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment