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