mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-05 21:33:59 +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 | ✅ |
|
||||
| Break statement | break_stmt | Break | ✅ |
|
||||
| Continue statement | continue_stmt | Continue | ✅ |
|
||||
| If statement | if_stmt | If | ❌ |
|
||||
| While statement | while_stmt | While | ❌ |
|
||||
| For statement | for_stmt | For | ❌ |
|
||||
| Loop statement | loop_stmt | Loop | ❌ |
|
||||
| If statement | if_stmt | If | ✅ |
|
||||
| While statement | while_stmt | While | ✅ |
|
||||
| For statement | for_stmt | For | ✅ |
|
||||
| Loop statement | loop_stmt | Loop | ✅ |
|
||||
| Try statement | try_stmt | Try | ❌ |
|
||||
| Throw statement | throw_stmt | Throw | ❌ |
|
||||
| Expression statement | expr_stmt | Other | ✅ |
|
||||
|
|
Loading…
Reference in a new issue