We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while True:
break
continue
is
b”Hello”
print(x, ...)
"
number += 17
for x, y in ((1, 2)):
in
if "a" in ["a", "b"]:
seq[n - 1], seq[n] = seq[n], seq[n - 1]
(define (main) {Usercode})
__name__
"__main__"
int(1)
if a == b:
return None
return
The text was updated successfully, but these errors were encountered:
Coronon
No branches or pull requests
Immediate (Dev version)
while True:
should be avoided asbreak
andcontinue
are not implemented)Investigate
These features are not set goals!
is
keyword?)b”Hello”
)Previous (Releases)
1.3
print(x, ...)
"
in constantsnumber += 17
)for x, y in ((1, 2)):
in
token as inif "a" in ["a", "b"]:
seq[n - 1], seq[n] = seq[n], seq[n - 1]
)(define (main) {Usercode})
to allow easier function (module) exports__name__
as"__main__"
int(1)
)1.2
if a == b:
)return None
+ warningreturn
The text was updated successfully, but these errors were encountered: