//! Runtime state statements.
//!//! This module contains parsers for VB6 statements that control runtime state:
//! - System time (Date, Time)
//! - Error handling (Error)
//! - Random number generation (Randomize)
pub(crate)moddate;pub(crate)moderror;pub(crate)modrandomize;pub(crate)modtime;