Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 29, 2019 09:46
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/a789faa7037f1c1bcc5a617cf5c14515 to your computer and use it in GitHub Desktop.
Save jasongorman/a789faa7037f1c1bcc5a617cf5c14515 to your computer and use it in GitHub Desktop.
Room class CircularRoom(radius); Real radius;
begin
Real procedure area;
begin
area := (radius * 2)**2;
end;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment