diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 07:30:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 07:30:53 -0700 |
commit | cfcad668007de34c8c06f030aaba74e0336de75b (patch) | |
tree | 26fe5f2bc5cdc35d1b51fa03ea9549e8adaee723 /txr.1 | |
parent | 6c07028da49f70b049e01470ebed2d50934da18a (diff) | |
download | txr-cfcad668007de34c8c06f030aaba74e0336de75b.tar.gz txr-cfcad668007de34c8c06f030aaba74e0336de75b.tar.bz2 txr-cfcad668007de34c8c06f030aaba74e0336de75b.zip |
* txr.1: Fix formatting issues
whilet, whenlet, iflet, for*
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -10238,8 +10238,8 @@ test from the "top of the loop" to the "bottom of the loop". .coNP Macro @ whilet .synb -.mets (whilet ({ sym | >> ( sym << init-form )}+) -.mets \ \ < body-form *) +.mets (whilet >> ({ sym | >> ( sym << init-form )}+) +.mets \ \ << body-form *) .syne .desc The @@ -10300,10 +10300,10 @@ a return value can be specified. Under normal termination, the return value is .coNP Macros @ iflet and @ whenlet .synb -.mets (iflet ({ sym | >> ( sym << init-form )}+) +.mets (iflet >> ({ sym | >> ( sym << init-form )}+) .mets \ \ < then-form <> [ else-form ]) -.mets (whenlet ({ sym | >> ( sym << init-form )}+) -.mets \ \ < body-form *]) +.mets (whenlet >> ({ sym | >> ( sym << init-form )}+) +.mets \ \ << body-form *]) .syne .desc The @@ -11060,7 +11060,7 @@ functions whose arguments are constant forms. .mets (push < item << place ) .mets (pop << place ) .mets (flip << place ) -.mets (zap << place <> [ new-value ]) +.mets (zap < place <> [ new-value ]) .mets (del << place ) .syne .desc @@ -11357,10 +11357,10 @@ The list of variables may be empty. .coNP Operators @ for and @ for* .synb -.mets ({ for | for* } >> ({ sym | >> ( sym << init-form )}*) -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ >> ([ test-form << result-form *]) -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ <> ( inc-form *) -.mets \ \ \ \ << body-form *) +.mets ({for | for*} >> ({ sym | >> ( sym << init-form )}*) +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ >> ([ test-form << result-form *]) +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ <> ( inc-form *) +.mets \ \ << body-form *) .syne .desc |