///|
/// Provides default engine options.
pub fn EngineOptions::default() -> EngineOptions {
  { strict_mode: true, max_history: 10 }
}