mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-24 06:06:24 +03:00
Update readme.md
This commit is contained in:
parent
b182c4502f
commit
56919389a7
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@
|
||||||
| Yield statement | yield_stmt | Yield | ✅ |
|
| Yield statement | yield_stmt | Yield | ✅ |
|
||||||
| Break statement | break_stmt | Break | ✅ |
|
| Break statement | break_stmt | Break | ✅ |
|
||||||
| Continue statement | continue_stmt | Continue | ✅ |
|
| Continue statement | continue_stmt | Continue | ✅ |
|
||||||
| If statement | if_stmt | If | ❌ |
|
| If statement | if_stmt | If | ✅ |
|
||||||
| While statement | while_stmt | While | ❌ |
|
| While statement | while_stmt | While | ✅ |
|
||||||
| For statement | for_stmt | For | ❌ |
|
| For statement | for_stmt | For | ✅ |
|
||||||
| Loop statement | loop_stmt | Loop | ❌ |
|
| Loop statement | loop_stmt | Loop | ✅ |
|
||||||
| Try statement | try_stmt | Try | ❌ |
|
| Try statement | try_stmt | Try | ❌ |
|
||||||
| Throw statement | throw_stmt | Throw | ❌ |
|
| Throw statement | throw_stmt | Throw | ❌ |
|
||||||
| Expression statement | expr_stmt | Other | ✅ |
|
| Expression statement | expr_stmt | Other | ✅ |
|
||||||
|
|
Loading…
Add table
Reference in a new issue