mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Keep -vet happy
This commit is contained in:
@@ -2098,6 +2098,7 @@ or_return_operator :: proc() {
|
|||||||
|
|
||||||
// The above idiom can be transformed into the following
|
// The above idiom can be transformed into the following
|
||||||
y := caller_2() or_return;
|
y := caller_2() or_return;
|
||||||
|
_ = y;
|
||||||
|
|
||||||
// And if the expression is 1-valued, it can be used like this
|
// And if the expression is 1-valued, it can be used like this
|
||||||
caller_1() or_return;
|
caller_1() or_return;
|
||||||
|
|||||||
Reference in New Issue
Block a user