Closed benhj closed 4 years ago
A non defined type should have nil.
E.g. get type of x and put result into res:
type(x) -> res;
If x is undefined, res could be nil
nil
Done
A non defined type should have nil.
E.g. get type of x and put result into res:
If x is undefined, res could be
nil