pub const SEMICOLON: &str = ";";
A semicolon character (;). This constant represents the semicolon character, which is used/// as a separator in various contexts.
;