;; simple2.sal -- a modification to simple.sal ;; ;; (c) 2008 by Roger B. Dannenberg ;; a simple program define function my-program() begin print "this is a test" play pluck(f4) end exec my-program()