next up previous
Next: 2.1.2 J Example Up: 2.1 Interactive Environment Previous: 2.1 Interactive Environment

2.1.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.1.2 J Example Up: 2.1 Interactive Environment Previous: 2.1 Interactive Environment
2002-09-27