fn get_bool() ?bool { return true } fn main() { if get_bool() { println('Using plain lists') } }