From b10d39aec443165093f8f28bc6f940530b89cdaf Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:36:35 +0000 Subject: Lout 3.21. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/prg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/user/prg') 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 } -- cgit