mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
added error printing
This commit is contained in:
@@ -2145,6 +2145,10 @@ or_return_operator :: proc() {
|
|||||||
return -345 * z, zerr
|
return -345 * z, zerr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
defer if err != nil {
|
||||||
|
fmt.println("Error in", #procedure, ":" , err)
|
||||||
|
}
|
||||||
|
|
||||||
n = 123
|
n = 123
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user