Last change
on this file since 432 was
432,
checked in by pooh, 18 years ago
|
- Workaround to allow program compilation.
- Makefile rules changed to allow correct dependency checking.
- Removed C++ versions of samples from CVS.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
201 bytes
|
Line | |
---|
1 | $use StdIO; |
---|
2 | |
---|
3 | $func Perm (e) (e) = ; |
---|
4 | |
---|
5 | Perm (e1) (e2) = |
---|
6 | { |
---|
7 | e2 : \{ |
---|
8 | ea tx eb, |
---|
9 | <Perm (e1 tx) (ea eb)>, |
---|
10 | $fail; |
---|
11 | = |
---|
12 | /*<PrintLN e1>*/ |
---|
13 | ; |
---|
14 | };; |
---|
15 | }; |
---|
16 | |
---|
17 | Main = <Perm () ('1234567890')>; |
---|
Note: See
TracBrowser
for help on using the repository browser.