|
|
|
|
|
by reactordev
233 days ago
|
|
So it does have: class A {
construct new () {}
thing(obj) {
…
}
}
class B is A {
construct new () {}
}
B.new().thing(obj)
I’ll need to test this as this is what I want from my scripting language. If this works than wren will replace my Lua janky scripting. |
|
https://wren.io/try/?code=MYGwhgzhAECC0G8BQ1rAPYDsIBcBOArsDt...