Constant tagua_parser::tokens::SEMICOLON [] [src]

pub const SEMICOLON: &'static [u8] = b";"

The SEMICOLON token.

Represent the end of an instruction, e.g. $x = …;.