Skip to content

Instantly share code, notes, and snippets.

@Interfere
Created March 22, 2017 08:46
Show Gist options
  • Save Interfere/704755b634787d97da3ec079303cd506 to your computer and use it in GitHub Desktop.
Save Interfere/704755b634787d97da3ec079303cd506 to your computer and use it in GitHub Desktop.
Identifier example
// valid variable name
let a$b: Int = 12
// valid function name
func _$(_$_$: Int) -> Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment