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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/QsFmt/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ Updating rules currently in use:
58
58
- Using and Borrowing Syntax - [proposal](https://github.com/microsoft/qsharp-language/blob/main/Approved/1-implicitly-scoped-qubit-allocation.md)
59
59
- Parentheses in For Loop Syntax - Removes deprecated parentheses around for-loop range expressions.
60
60
- Unit Syntax - Replaces deprecated unit syntax `()` for `Unit`.
61
+
- Boolean Operator Syntax - Replaces deprecated use of boolean operators `&&`, `||`, and `!` with
62
+
their keyword equivalence `and`, `or`, and `not` respectively.
0 commit comments