Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 29, 2019 08:13
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/736525dd5b995e8b77c6f9256563f46f to your computer and use it in GitHub Desktop.
Save jasongorman/736525dd5b995e8b77c6f9256563f46f to your computer and use it in GitHub Desktop.
class Carpet(pricePerSqrMetre, roundUp); Real pricePerSqrMetre; Boolean roundUp;
begin
end;
class Room(width, length); Real width, length;
begin
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment