next up previous
Next: 2.2 J Example Up: 2 Interactive Environment Previous: 2 Interactive Environment

2.1 Scheme Example

The Scheme system illustrated here prompts the user for input with ``> ''. System output starts at the left margin.

> (map + '(1 2 3) '(10 20 40))
(11 22 43)
>

next up previous
Next: 2.2 J Example Up: 2 Interactive Environment Previous: 2 Interactive Environment
2002-11-26