Skip to content

Instantly share code, notes, and snippets.

@Varriount
Last active August 29, 2015 14:04
Show Gist options
  • Save Varriount/1bd3f5da3e4b4907c72b to your computer and use it in GitHub Desktop.
Save Varriount/1bd3f5da3e4b4907c72b to your computer and use it in GitHub Desktop.
# Option one
proc procedureWithlotsOfArgumentsAndAReallyLongName(
argOne: string, argTwo: int, argThree:float,
argFour: proc(), argFive:bool): returnType
# Option two
proc procedureWithlotsOfArgumentsAndAReallyLongName(
argOne: string, argTwo: int, argThree:float,
argFour: proc(), argFive:bool): returnType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment