ovidiu      01/12/12 09:49:45

  Modified:    scratchpad/schecoon/scheme test.scm
  Log:
  Define main.
  
  Revision  Changes    Path
  1.2       +6 -0      xml-cocoon2/scratchpad/schecoon/scheme/test.scm
  
  Index: test.scm
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/scratchpad/schecoon/scheme/test.scm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.scm  2001/12/10 08:45:17     1.1
  +++ test.scm  2001/12/12 17:49:45     1.2
  @@ -1,3 +1,9 @@
  +(load-module "sisc.modules.J2S")
  +
   (define plus
      (lambda (a b)
         (+ a b)))
  +
  +(define main
  +  (lambda ()
  +    (+ 1 2)))
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to