Skip to content

Commit 7c2242e

Browse files
committed
update docs in readme
1 parent fd824f1 commit 7c2242e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ Thanks!
2626
| classd | New dataclass |
2727
| defs | New method |
2828
| def | New function |
29+
| dowhile | Do while structure |
2930
| adef | Async function |
3031
| property | New property |
3132
| enum | New Enum |
3233
| if | if |
3334
| for | for |
35+
| lambda | lambda expression |
3436
| while | while |
3537
| try | try:except: |
3638
| tryef | try:except:else:finally: |

0 commit comments

Comments
 (0)