You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are not yet implemented in Skulpt, but reasonably should:
[ ] FormattedValue, also known as F-strings
[ ] Async versions of comprehensions, function definitions, For, With, and the Await keyword
[ ] Bytes string literals (b'test')
[ ] Ellipsis
[ ] Nonlocal keyword
The following are more cutting edge features not yet supported
The following are not yet implemented in Skulpt, but reasonably should:
[ ] FormattedValue, also known as F-strings
[ ] Async versions of comprehensions, function definitions, For, With, and the Await keyword
[ ] Bytes string literals (b'test')
[ ] Ellipsis
[ ] Nonlocal keyword
The following are more cutting edge features not yet supported
[ ] Walrus operator
[ ] Positional-only parameters
The text was updated successfully, but these errors were encountered: