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 93901d4 commit 28346c3Copy full SHA for 28346c3
www/notes/iniquity.scrbl
@@ -72,19 +72,19 @@ We will extend the syntax by introducing a new syntactic category of
72
followed by an expression:
73
74
@racketblock[
75
-(define (_f0 _x00 ...) _e0)
76
-(define (_f1 _x10 ...) _e1)
+(define (_f₀ _x₀₀ ...) _e₀)
+(define (_f₁ _x₁₀ ...) _e₁)
77
...
78
-e
+_e
79
]
80
81
And the syntax of expressions will be extended to include function calls:
82
83
84
-(_fi _e0 ...)
+(_fᵢ _e₀ ...)
85
86
87
-where @racket[_fi] is one of the function names defined in the program.
+where @racket[_fᵢ] is one of the function names defined in the program.
88
89
Note that functions can have any number of parameters and,
90
symmetrically, calls can have any number of arguments. A program
0 commit comments