1 2 3 4 5
// if_else constants pub const IF_ELSE_RESULT: &str = "result"; pub const IF_ELSE_TRUE: &str = "true"; pub const IF_ELSE_FALSE: &str = "false"; pub const IF_ELSE_SELECTED: &str = "selected_case_id";