Skip to content

Instantly share code, notes, and snippets.

@rodrigovidal
Created May 6, 2011 01:54
Show Gist options
  • Save rodrigovidal/958324 to your computer and use it in GitHub Desktop.
Save rodrigovidal/958324 to your computer and use it in GitHub Desktop.
let numerosExtenso = ["Um"; "Dois"; "Três"]
let numeros = [1;2;3]
let tupla = List.zip numeros numerosExtenso
for i, j in tupla do
printfn "Numero: %d - Numero por extenso: %s" i j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment