update

From The K Language Wiki
Revision as of 06:43, 9 July 2022 by Promovicz (talk | contribs) ("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Update
![x;y;z;u]
Supported in K4

update is a special form of ! in K4/qdb[1] which takes 4 arguments. It updates a given table with the help of the given arguments.

  • x is the table to be modified.
  • y specifies the conditions to select rows.
  • z, a dict, selects columns and gives the placeholder names to use in u.
  • u, a dict, specifies what should be done to the selected cells.

References[edit]