/[cvs]/stack/fac.st
ViewVC logotype

Contents of /stack/fac.st

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Mar 28 16:44:30 2002 UTC (22 years, 1 month ago) by masse
Branch: MAIN
fac.st: Example program to calculate faculty (n!).

1 #! ./stack
2
3 [
4 1 1 rot; to;
5 foreach
6 *
7 do;
8 ] fac def;
9
10 10 fac;
11 print;

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26