//! System and user interaction statements.
//!
//! This module contains parsers for VB6 statements that interact with the system or user:
//! - Application control (`AppActivate`, `Stop`)
//! - User feedback (`Beep`)
//! - UI management (`Load`, `Unload`)
//! - Registry operations (`DeleteSetting`, `SaveSetting`)
//! - Graphics (`SavePicture`)
//! - Input simulation (`SendKeys`)
pub
pub
pub
pub
pub
pub
pub
pub
pub