single-line documentation addition to main input framework script.

This commit is contained in:
Bernhard Amann 2012-08-21 22:17:28 -07:00
parent cd67603f49
commit ec224ada06

View file

@ -8,6 +8,7 @@ export {
## The default input reader used. Defaults to `READER_ASCII`.
const default_reader = READER_ASCII &redef;
## The default reader mode used. Defaults to `MANUAL`.
const default_mode = MANUAL &redef;
## TableFilter description type used for the `table` method.