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.
pub const KEYWORD_LET: &str = "LET";Bare-word statement starters parsed by PEG rules rather than command
lowering. Each is referenced by crate::STRUCTURAL_KEYWORDS; spelling
lives here exactly once.