I know this resource . But it does not indicate what parameters .u.updare taken and how to check whether it works.
This statement is executed without errors, although it does nothing:
.u.upd[`t;(`$"abc";1;2;3)]
If I predefine a table, for example
t:([] name:"aaa";a:1;b:2;c:3)
then the above .u.updis still performed without errors and does not change t.
source
share