diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-02-05 21:21:09 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | ea71daa57d5c153aeb09159acd1e32ca791006e0 (patch) | |
| tree | dc3056afa6ae664b18be59ec359d96afd39eb42c /alv/base | |
| parent | lib: test and extend string module (diff) | |
| download | alive-ea71daa57d5c153aeb09159acd1e32ca791006e0.tar.gz alive-ea71daa57d5c153aeb09159acd1e32ca791006e0.zip | |
builtins: small bugfixes
Diffstat (limited to 'alv/base')
| -rw-r--r-- | alv/base/op.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alv/base/op.moon b/alv/base/op.moon index a6b0947..bda30f5 100644 --- a/alv/base/op.moon +++ b/alv/base/op.moon @@ -170,6 +170,7 @@ class Op -- @tparam Type type -- @tparam[opt] any val initial value setup_out: (metatype, type, val) => + metatype = '~' if metatype == '=' if @out and @out.type == type and @out.metatype == metatype -- we can just keep it. do nothing. return false |
