base revision b: 1 MODULE Example; 2 VAR Input, Result : CARDINAL; 3 PROCEDURE Fac(lnput : CARDINAL; 4 VAR Result : CARDINAL); 6 BEGIN 7 IF Input = 0 THEN 8 Result := 1 12 ELSE 13 Fac(lnput-1, Result); 14 Result : = Input .
Title | : | Proceedings of the 3rd International Workshop on Software Configuration Management |
Author | : | Peter H. Feiler |
Publisher | : | Assn for Computing Machinery - 1991 |
You must register with us as either a Registered User before you can Download this Book. You'll be greeted by a simple sign-up page.
Once you have finished the sign-up process, you will be redirected to your download Book page.
How it works: