id: volume_brick
description: caluculates volume of a brick, given width, height and depth

argument-types:
  block: lookup('brick')

return-type:
  volume: integer

default:
  function:
    volume: block.width * block.height * block.depth
