8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893a58a commit fe99e63Copy full SHA for fe99e63
dev_notes/syntax_ideas.md
@@ -80,7 +80,7 @@ while [condition any:+][is Space][body is Block]
80
if [condition any:+][is Space][body is Block]
81
82
## Dynamic-wind but like Python context manager
83
-with [context-manager][is Space][body is Block]
+with [context-manager is ContextManager][is Space][body is Block]
84
85
## Synchronization
86
synchronized [mutex][is Space][body is Block]
0 commit comments