Empty string: Difference between revisions

Content added Content deleted
(Adds slope example)
Line 3,460: Line 3,460:
}
}
if (str.len != 0) {
if (str.len != 0) {
std.debug.print("string empty\n", .{});
std.debug.print("string not empty\n", .{});
}
}
}</syntaxhighlight>
}</syntaxhighlight>