language.operators · operator ·
and
Require both decisions to be true; the right side is skipped when the left side is false.
A focused reference with a complete example. Numeric widths and experimental types still depend on the selected backend.
andStatus: documented
Use and
Require both decisions to be true; the right side is skipped when the left side is false.
cpu · language · operator · type checked
bool hasKey = true
bool doorOpen = false
bool canPass = hasKey and doorOpen
Console.Log(Text.From(canPass))
project.mech
manifestVersion = "2"
package = "api.example.operator__and_620111"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
Notes and source
demonhunterlabs/app/lib/yeho-language-reference.ts