;; simple.sal -- a simple example program in SAL ;; ;; (c) 2008 by Roger B. Dannenberg ;; a simple program define function my-program() begin print "this is a test" play pluck(c4) end