Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created April 21, 2010 19:19
Show Gist options
  • Save natebenes/374283 to your computer and use it in GitHub Desktop.
Save natebenes/374283 to your computer and use it in GitHub Desktop.
myInt = 0
myChar = "15 + 42 + fish/shark"
READ(*,"A") userInput
READ(myChar(1:2),"I", IOSTAT=someerrors) myInt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment