#lang honu operator gg 2 'left function(left right){ withSyntax left = left, right = right { syntax(left * 2 - right) } } 3 gg 4 gg 5