Skip to content

Instantly share code, notes, and snippets.

@zsparal
Created August 23, 2015 21:13
Show Gist options
  • Save zsparal/41b99712c958a1b1b8c0 to your computer and use it in GitHub Desktop.
Save zsparal/41b99712c958a1b1b8c0 to your computer and use it in GitHub Desktop.

Revisions

  1. zsparal created this gist Aug 23, 2015.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    a + b * (d + e) * f
    add(a, multiply(b, multiply(add(d, e), f)))