Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 324 Bytes

instructions.append.md

File metadata and controls

10 lines (6 loc) · 324 Bytes

ignore

Method Signatures in Wren

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.