diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-06 06:51:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-06 06:51:03 -0800 |
commit | ccf8e69031b6ea5c3a0a2f1f72870b331152aaed (patch) | |
tree | 1b2041d024d8cb00895eaf880953a597db884ca3 | |
parent | 7ec45a270ce052868361ba40fee03aa745a1cba2 (diff) | |
download | txr-ccf8e69031b6ea5c3a0a2f1f72870b331152aaed.tar.gz txr-ccf8e69031b6ea5c3a0a2f1f72870b331152aaed.tar.bz2 txr-ccf8e69031b6ea5c3a0a2f1f72870b331152aaed.zip |
doc: load: document hash bang treatment.
* txr.1: Document that the load function ignores the hash
bang line in both compiled and source files.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -56486,6 +56486,14 @@ stream. The directive behaves as it does when no more arguments are available. +If the source or compiled file begins with the characters +.codn #! , +usually indicating "hash bang" script, +.code load +reads reads the first line of the file and discards it. +Processing of the file then begins with the first byte +following that line. + .coNP Special variable @ *load-path* .desc The |