Although the evaluator sometimes returns null objects as a result of some operations there is no support for full on null objects. This would need parsing a new null keyword and dealing with nil values in go and preventing certain operations for null objects and also to allow comparisons with them
Although the evaluator sometimes returns null objects as a result of some operations there is no support for full on null objects. This would need parsing a new
nullkeyword and dealing withnilvalues in go and preventing certain operations fornullobjects and also to allow comparisons with them