diff options
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 |
