fn codeCount(text: Span) -> usize { return std.mem.len(text) } pub fn main(world: World) -> Void raises { if codeCount(std.mem.span("TOBE")) == 4 { check world.out.write("lzw ok\n") } }