Boolean constructor

Boolean(
  1. TypeProperty property
)

Implementation

Boolean(TypeProperty property){super.stack.add(Stack(ObjType.boolean, property));}