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 af6fc6f commit 557aaf3Copy full SHA for 557aaf3
www/notes/con.scrbl
@@ -217,7 +217,9 @@ branch, then (unconditionally) jump over the then branch code.
217
To accomplish this, we will need two new labels: one for the then
218
branch code and one for the end of the then branch code. The
219
@racket[gensym] function can be used to generate symbols that have not
220
-appeared before.
+appeared before. @margin-note{Q: Why should we generate label names
221
+here? What would go wrong if simply used labels like @racket['l0] and
222
+@racket['l1]?}
223
224
In total, the code for this example would look like:
225
0 commit comments