ysh-0.29$ var list = []
ysh-0.29$ call list.append(1)
call list.append(1)
^~~~~~
[ interactive ]:176: fatal: Method 'append' not found on builtin type List
Maybe error messages could give a syntax hint if a similarly named function or method exists.
Here, a mutating version (->append()) does exists.