;; This file contains QScript Functions ;; The file must begin with at least one comment define demo3(x, y) in external_demos as sqrt(x*x+y*y) end define ;; This is a comment