Changes between Initial Version and Version 1 of Ticket #1060


Ignore:
Timestamp:
11/08/13 11:38:44 (10 years ago)
Author:
Moritz Heidkamp
Comment:

Fixed the example program.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1060 – Description

    initial v1  
    22
    33{{{
    4 ;;; example.scm
     4;;; foo.scm
    55
    66(module foo
     
    2222)
    2323
     24;;; bar.scm
     25
    2426(module bar
    2527
     
    2931
    3032)
    31 
    3233}}}
    3334
     
    3536
    3637{{{
    37 $ csc -s -J example.scm
     38$ csc -s -J foo.scm
     39$ csc -s -J bar.scm
    3840$ csi -R foo -p '(some-syntax bar)'
    3941bar