diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-07 23:21:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-07 23:21:56 -0700 |
commit | 5ad640af33990a8b837380a19c6cc06140c15103 (patch) | |
tree | 1cdebca24d75e2934ef4e2b03d95cfd7ef77699a /txr.1 | |
parent | 47d502973684de66bca6f1ecb25eccfd4dc456cf (diff) | |
download | txr-5ad640af33990a8b837380a19c6cc06140c15103.tar.gz txr-5ad640af33990a8b837380a19c6cc06140c15103.tar.bz2 txr-5ad640af33990a8b837380a19c6cc06140c15103.zip |
Example formatting under Dot Position in Function Calls.
* txr.1: Just some whitespace for alignment of comments.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10072,9 +10072,9 @@ Examples: (cons a . b) ;; error: cons isn't variadic. (cons a b . c) ;; error: cons requires exactly two arguments. - [foo a b . c] ;; calls (foo 3 4 5 6 7) + [foo a b . c] ;; calls (foo 3 4 5 6 7) - [c 1] ;; indexes into vector #(5 6 7) to yield 6 + [c 1] ;; indexes into vector #(5 6 7) to yield 6 (call (op list 1 . @1) 2) ;; yields 2 .cble |