diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-20 16:25:39 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-20 16:45:45 +0000 |
| commit | 22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53 (patch) | |
| tree | f54ada7db6958c6b92064b13fff8294336111b64 /alv/base | |
| parent | add wxLua alv-wx (diff) | |
| download | alive-22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53.tar.gz alive-22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53.zip | |
export and export* to create alive modules
See #16
Diffstat (limited to 'alv/base')
| -rw-r--r-- | alv/base/builtin.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/base/builtin.moon b/alv/base/builtin.moon index fd36c69..b9e7e55 100644 --- a/alv/base/builtin.moon +++ b/alv/base/builtin.moon @@ -88,7 +88,7 @@ class Builtin builtin\eval scope, cell\tail! - __tostring: => "<#{@@__name} #{@head}>" + __tostring: => "<#{@@__name}[#{@tag}] #{@head}>" __inherited: (cls) => cls.__base.__tostring = @__tostring { |
