Documentation ¶
Overview ¶
Package boolean contains builtins and syntax for boolean values.
Index ¶
- func AndS(eng *eval.Engine, env sxpf.Environment, args *sxpf.List) (eval.Expr, error)
- func Boolean(args []sxpf.Object) (sxpf.Object, error)
- func BooleanP(args []sxpf.Object) (sxpf.Object, error)
- func Not(args []sxpf.Object) (sxpf.Object, error)
- func OrS(eng *eval.Engine, env sxpf.Environment, args *sxpf.List) (eval.Expr, error)
- type AndExpr
- type OrExpr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.