Help for this page

Select Code to Download


  1. or download this
    (define print display)
    (define $scalar 9)
    ...
        (print (+ $scalar (vector-ref @arr 1)))
        (newline)
        (print (assoc 'b %hash)))