Welcome to the CHICKEN Scheme pasting service

small issue added by FreeArtMan on Sat Apr 7 16:15:22 2012

(write "Start program")
(newline)

(if (not (< 1 (length (command-line-arguments))))
	(
		(print "Need more then 1 argument")
		(exit 0)
	)
)

(define start_point (string->number (car (command-line-arguments))))
(define end_point 
	(
	string->number (car (cdr (command-line-arguments)))
	)
)

(print start_point)
(print end_point)

(write "End program")
(newline)

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which relatively recent Scheme report version does CHICKEN _not_ implement?
Visually impaired? Let me spell it for you (wav file) download WAV