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 | 706356eeef11bc4128b7a97afb1b51717b526e99 (patch) | |
tree | cfbb3eb581589b285423cca406c557b9d9fcd1e3 | |
parent | 237cf2627b60567994e1cc81b66fdf02ac05cdd2 (diff) | |
download | txr-706356eeef11bc4128b7a97afb1b51717b526e99.tar.gz txr-706356eeef11bc4128b7a97afb1b51717b526e99.tar.bz2 txr-706356eeef11bc4128b7a97afb1b51717b526e99.zip |
doc: about assignment to nonexistent awk fields.
* txr.1: Adding remark that assignment to nonexistent
fields isn't permitted, unlike in Awk.
-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 |