Abstract type: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
Line 3,422: Line 3,422:


The Go example, when rewritten in Wren, looks like this.
The Go example, when rewritten in Wren, looks like this.
<syntaxhighlight lang="ecmascript">import "/fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


class Beast{
class Beast{