diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-21 06:30:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-21 06:30:03 -0700 |
commit | b69c2b5735afe0c08b51a626eea8627800a92aa7 (patch) | |
tree | cfbb3eb581589b285423cca406c557b9d9fcd1e3 /txr.1 | |
parent | 8ef969502489d5b45ae8238800262d696b7aa54b (diff) | |
download | txr-b69c2b5735afe0c08b51a626eea8627800a92aa7.tar.gz txr-b69c2b5735afe0c08b51a626eea8627800a92aa7.tar.bz2 txr-b69c2b5735afe0c08b51a626eea8627800a92aa7.zip |
doc: about assignment to nonexistent awk fields.
* txr.1: Adding remark that assignment to nonexistent
fields isn't permitted, unlike in Awk.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -37948,6 +37948,16 @@ list which do not involve an implicit or explicit assignment to the variable .code f itself do not have this recalculating effect. +Unlike in Awk, assigning to the nonexistent field +.cblk +.meti [f << m ] +.cble +where +.meta m +>= +.code nf +is erroneous. + .coNP Variable @ nf .desc The awk variable |