Remove old comment

This commit is contained in:
gingerBill
2021-08-03 16:31:50 +01:00
parent c3e4509d17
commit b352b42afc

View File

@@ -2003,9 +2003,6 @@ or_else_procedure :: proc() {
fmt.println("\n#'or_else'");
// IMPORTANT NOTE: 'or_else' is experimental features and subject to change/removal
{
// 'or_else' does a similar value check as 'try' but instead of doing an
// early return, it will give a default value to be used instead
m: map[string]int;
i: int;
ok: bool;
@@ -2068,3 +2065,4 @@ main :: proc() {
or_else_procedure();
}
}
//