Skip to content

Instantly share code, notes, and snippets.

@mokele
Created December 11, 2012 11:23
Show Gist options
  • Save mokele/4257888 to your computer and use it in GitHub Desktop.
Save mokele/4257888 to your computer and use it in GitHub Desktop.
FORALL({Name, OG, ABV, EBU, Grains, Additions}, available_brews(),
begin
Brew = brew(Name, Grains, Additions),
ABV = Brew#brew.abv,
EBU = Brew#brew.ebu,
OG = Brew#brew.og,
ok
end
).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment