Skip to main content

KEYWORD_LET

Constant KEYWORD_LET 

Source
pub const KEYWORD_LET: &str = "LET";
Expand description

Bare-word statement starters parsed by PEG rules rather than command lowering. Each is referenced by crate::STRUCTURAL_KEYWORDS; spelling lives here exactly once.