Skip to content

Instantly share code, notes, and snippets.

@Termina1
Forked from kossnocorp/parentheses_rule.coffee
Last active December 10, 2015 04:08
Show Gist options
  • Save Termina1/4379188 to your computer and use it in GitHub Desktop.
Save Termina1/4379188 to your computer and use it in GitHub Desktop.
do fn # if not returning value or I don't care
fn() # if returning value
fn 1
fn fn2()
fn(fn2(), 1)
fn fn2(1, 2, 3) # 4, 5 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment