javascript/sexp/test2.ss
#lang s-exp "module.ss"

(function matt (a b) (* a b))
(function xian (a b) (- a b))