blob: 7776129f71db8cc6722897d316441c68885e9271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Matrix example. To run the example, execute the program 'matrix' and
type the following :
(load 'matrix.scm)
(do-test 0)
Alternatively, use the command-line:
./matrix -e do-test -s matrix.scm
Or, if your operating system is spiffy enough:
./matrix.scm
|