Changeset 37999 in project
- Timestamp:
- 12/03/19 11:22:16 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Using the interpreter
r36926 r37999 17 17 % cat foo 18 18 #! /usr/local/bin/csi -script 19 (import (chicken process-context)) 19 20 (print (eval (with-input-from-string 20 21 (car (command-line-arguments)) … … 35 36 C:>type foo.bat 36 37 @;csibatch %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 38 (import (chicken process-context)) 37 39 (print (eval (with-input-from-string 38 40 (car (command-line-arguments)) … … 73 75 exec csi -s "$0" "$@" 74 76 |# 77 (import (chicken process-context)) 75 78 76 79 (define (main args) ...)
Note: See TracChangeset
for help on using the changeset viewer.