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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
## Syntax changes
22
22
We made four adjustments to the F syntax:
23
-
1. We decided to interchange the semicolons between multiple `Local Definitions` with commas because we wanted semicolons to be used only between multiple `Definitions` (for better readability).
23
+
1. We decided to interchange the semicolons between multiple `Local Definitions` with commas because we wanted semicolons to be used exclusively between multiple `Definitions` (for better readability).
24
24
25
25
2. According to the script the precedence of the negation should be lower than the precedence of an addition. This would lead to `-5 + 2` being evaluated as `-7`. We wanted our syntax to be more intuitive so we changed the precedences to let `-5 + 2` be evaluated as `-3`.
26
26
@@ -111,4 +111,4 @@ Each module provides a `function` and a `showFunction`. When other modules want
0 commit comments