Skip to content

Commit 557aaf3

Browse files
committed
Question on labels in Con notes.
1 parent af6fc6f commit 557aaf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/notes/con.scrbl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ branch, then (unconditionally) jump over the then branch code.
217217
To accomplish this, we will need two new labels: one for the then
218218
branch code and one for the end of the then branch code. The
219219
@racket[gensym] function can be used to generate symbols that have not
220-
appeared before.
220+
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]?}
221223

222224
In total, the code for this example would look like:
223225

0 commit comments

Comments
 (0)