(include "fib.nxs") (include "../stdlib/math.nxs") (print (fib 7)) (print (+ (factorial 5) 10)) (exp 3) (print (quote (+ (3 2) 4)))