Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Created January 27, 2010 22:22
Show Gist options
  • Save nddrylliog/288212 to your computer and use it in GitHub Desktop.
Save nddrylliog/288212 to your computer and use it in GitHub Desktop.
// check for a blank character; that is, a space or a tab
/*
isBlank: func -> Bool {
this == ' ' || this == '\t'
}
*/
/*
// check for a blank character; that is, a space or a tab
isBlank: func -> Bool {
this == ' ' || this == '\t'
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment