diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/expert/pre_null | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/pre_null')
-rw-r--r-- | doc/expert/pre_null | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/expert/pre_null b/doc/expert/pre_null new file mode 100644 index 0000000..7b97081 --- /dev/null +++ b/doc/expert/pre_null @@ -0,0 +1,26 @@ +@Section + @Title { "@Null" } + @Tag { null } +@Begin +@PP +This symbol +null.sym @Index { @@Null symbol } +provides a convenient way to remove unwanted +concatenation symbols. If there is a concatenation symbol +preceding @@Null, the @@Null and the +concatenation symbol are both deleted. Otherwise, if there is a +following concatenation symbol, it and the @@Null are both deleted. +Otherwise, @@Null becomes an empty object. +@PP +These rules apply to a fully parenthesized version of the expression. For +example, in +@ID @Code { +"... //1vx @Null |0.5i ..." +} +it is the horizontal concatenation symbol following @@Null that +disappears, because in the fully parenthesized version +@ID @Code { +"... //1vx { @Null |0.5i ... }" +} +there is no concatenation symbol preceding the @@Null. +@End @Section |