aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/prg
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:35 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:36:35 +0000
commitb10d39aec443165093f8f28bc6f940530b89cdaf (patch)
tree63a1ef3b3f1d2562c498291cda341a2171a1fe1c /doc/user/prg
parent2f4268e5e02216be53cd85816362191373512463 (diff)
downloadlout-b10d39aec443165093f8f28bc6f940530b89cdaf.tar.gz
Lout 3.21.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/prg')
-rw-r--r--doc/user/prg3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/prg b/doc/user/prg
index ec473aa..792124c 100644
--- a/doc/user/prg
+++ b/doc/user/prg
@@ -24,7 +24,7 @@ breaks and indenting you give to the program. What Lout does do is cope
with characters in the program text that it would ordinarily either reject
or interpret in some way (braces and so on), ensuring that you can include
program texts with absolutely no modifications; plus, if you wish, Lout
-will print keywords in bold, identifiers in italics, etc.
+will print keywords in bold, identifiers in italics, add line numbers, etc.
@PP
At the time of writing, the available programming languages are:
eiffel. @Index { Eiffel program printing }
@@ -94,6 +94,7 @@ source file of that program ({@I prg2lout.c}) if you want to try it yourself.
@Include { prg_opti }
@Include { prg_chan }
@Include { prg_tabs }
+@Include { prg_form }
@Include { prg_comm }
@Include { prg_prog }
@Include { prg_pipe }