isA method

Expression isA(
  1. Expression other
)

Returns the result of this is other.

Implementation

Expression isA(Expression other) =>
    Expression([this, Space(), Code('is'), Space(), other]);