This commit is contained in:
Enhex 2020-05-01 18:52:08 +03:00 committed by GitHub
parent 316b60aa68
commit aaf5a58b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1177,10 +1177,10 @@
[codeblock]
var err = method_that_returns_error()
if err != OK:
print("Failure!)
print("Failure!")
# Or, equivalent:
if err:
print("Still failing!)
print("Still failing!")
[/codeblock]
</constant>
<constant name="FAILED" value="1" enum="Error">