The *SCRATCH* Symbol Tutorial
This page provides a brief introduction to using the *SCRATCH* symbol in Nyquist programming.
exec remprop(quote(*SCRATCH*), quote(effectx)) ;; in SAL
(remprop '*SCRATCH* 'effectx) ;; in LISP exec putprop(quote(*SCRATCH*), v, quote(effectx)) ;; in SAL
(putprop '*SCRATCH* v 'effectx) ;; in LISP set v = get(quote(*SCRATCH*), quote(effectx)) ;; in SAL
(get '*SCRATCH* 'effectx) ;; in LISP exec remprop(quote(*SCRATCH*), quote(effectx)) ;; in SAL
(remprop '*SCRATCH* 'effectx) ;; in LISP exec remprop(quote(*SCRATCH*), quote(effectx)) ;; in SAL
(remprop '*SCRATCH* 'effectx) ;; in LISPLast updated
Was this helpful?