summaryrefslogtreecommitdiff
path: root/examples/scripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scripts/README')
-rw-r--r--examples/scripts/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/scripts/README b/examples/scripts/README
index 491007c27..f3e965b5a 100644
--- a/examples/scripts/README
+++ b/examples/scripts/README
@@ -1,4 +1,6 @@
- -*- text -*-
+ -*- outline -*-
+
+* Overview
This directory includes examples which show how to write scripts using
Guile.
@@ -7,13 +9,16 @@ The descriptions below assume that you have a working copy of Guile
installed and available with the standard installation prefix
`/usr/local'.
-simple-hello.scm:
+* Included Examples
+
+
+** simple-hello.scm
The simplest "Hello World!" program for Guile. Run it like this:
$ guile -s simple-hello.scm
-hello:
+** hello
An advanced version of the script above, with command line handling
for the important options --help and --version. Run it like this:
@@ -24,7 +29,7 @@ hello:
guile -s hello
-fact:
+** fact
Command-line factorial calculator. Run it like this: