[][src]Constant csml_interpreter::error_format::ERROR_FOREACH

pub const ERROR_FOREACH: &str = "foreach only accepts array as iterable elements. Example: foreach(elem) in [1, 2, 3]";