mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
@ -39,6 +39,8 @@ could be defined like so:
|
||||
}
|
||||
}
|
||||
|
||||
var blondie = Blondie.new()
|
||||
|
||||
A method can take other arguments in addition to the block. They appear before
|
||||
the block just like a regular argument list. For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user