#! /usr/bin/env runjscheme (print ARGS) (for-each (lambda (a) (display a) (display " ")) (cdr (vector->list ARGS))) (newline)