In wren, you can overload methods by arity. That means your class can have two (or more) methods with the same name as long as they accept different numbers of arguments.
See Signatures for more details.
In wren, you can overload methods by arity. That means your class can have two (or more) methods with the same name as long as they accept different numbers of arguments.
See Signatures for more details.