func init() { builtin.Reg("nth($list, $pos)", nth) }
func init() { builtin.Register("unquote($string)", unquote) builtin.Reg("length($value)", length) }
func init() { builtin.Register("inspect($value)", inspect) builtin.Register("unit($number)", unit) builtin.Reg("type-of($value)", typeOf) }