;; Query function that simply returns a greeting. (lambda (arg) (import (chicken string)) (list (conc "Hello, " arg ", nice to meet you!")))