dollars property

int get dollars

Implementation

int get dollars
{
  return value ~/ 100;
}