Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 31, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/77efed6c8fd821b6fa9cf80e2e843d06 to your computer and use it in GitHub Desktop.
Save jasongorman/77efed6c8fd821b6fa9cf80e2e843d06 to your computer and use it in GitHub Desktop.
real function quote(room, pricePerSqMtr, roundUp)
quote = price_of_carpet(area_of_room(room), pricePerSqMtr, roundUp)
return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment