Not uncommon for instinct to take over and write a nested `:=` query: ``` DT[, `:=`(a := a + 1, b := b + 1)] # Error: # In `:=`(col1=val1, col2=val2, ...) form, all arguments must be named. ```