print function

void print()

Implementation

void print() {
  _i4.callMethod(
    _self,
    'print',
    [],
  );
}