// `..=` is the inclusive bounded form — it requires an end expression. #import "modules/std.sx"; main :: () { for 0..= (i) { } }