File: keywords

package info (click to toggle)
drscheme 1%3A352-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 71,608 kB
  • ctags: 55,284
  • sloc: ansic: 278,966; cpp: 63,318; sh: 32,265; lisp: 14,530; asm: 7,327; makefile: 4,846; pascal: 4,363; perl: 2,920; java: 1,632; yacc: 755; lex: 258; sed: 93; xml: 12
file content (749 lines) | stat: -rw-r--r-- 104,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
(
("absolute-path?" "(absolute-path? path)" "mzscheme-Z-H-11.html" "node_kw_definitionabsolute-path_Q_" "Paths")
("add1" "(add1 z)" "mzscheme-Z-H-3.html" "node_kw_definitionadd1" "Numbers")
("alarm-evt" "(alarm-evt msecs-n)" "mzscheme-Z-H-7.html" "node_kw_definitionalarm-evt" "Alarms")
("andmap" "(andmap proc list ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionandmap" "Booleans")
("append!" "(append! list ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionappend!" "Lists")
("arithmetic-shift" "(arithmetic-shift n m)" "mzscheme-Z-H-3.html" "node_kw_definitionarithmetic-shift" "Numbers")
("banner" "(banner)" "mzscheme-Z-H-15.html" "node_kw_definitionbanner" "Runtime Information")
("bitwise-and" "(bitwise-and n ...)" "mzscheme-Z-H-3.html" "node_kw_definitionbitwise-and" "Numbers")
("bitwise-ior" "(bitwise-ior n ...)" "mzscheme-Z-H-3.html" "node_kw_definitionbitwise-ior" "Numbers")
("bitwise-not" "(bitwise-not n)" "mzscheme-Z-H-3.html" "node_kw_definitionbitwise-not" "Numbers")
("bitwise-xor" "(bitwise-xor n ...)" "mzscheme-Z-H-3.html" "node_kw_definitionbitwise-xor" "Numbers")
("bound-identifier=?" "(bound-identifier=? a-id-stx b-id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionbound-identifier=_Q_" "Syntax Object Comparisons")
("box" "(box v)" "mzscheme-Z-H-3.html" "node_kw_definitionbox" "Boxes")
("box-immutable" "(box-immutable v)" "mzscheme-Z-H-3.html" "node_kw_definitionbox-immutable" "Boxes")
("box?" "(box? v)" "mzscheme-Z-H-3.html" "node_kw_definitionbox_Q_" "Boxes")
("break-enabled" "(break-enabled [on?])" "mzscheme-Z-H-6.html" "node_kw_definitionbreak-enabled" "Breaks")
("break-thread" "(break-thread thread)" "mzscheme-Z-H-7.html" "node_kw_definitionbreak-thread" "Additional Thread Utilities")
("build-path" "(build-path base-path sub-path ...)" "mzscheme-Z-H-11.html" "node_kw_definitionbuild-path" "Paths")
("byte-regexp" "(byte-regexp bytes)" "mzscheme-Z-H-10.html" "node_kw_definitionbyte-regexp" "Regular Expressions")
("byte-regexp?" "(byte-regexp? v)" "mzscheme-Z-H-10.html" "node_kw_definitionbyte-regexp_Q_" "Regular Expressions")
("byte?" "(byte? v)" "mzscheme-Z-H-3.html" "node_kw_definitionbyte_Q_" "Byte Strings")
("bytes" "(bytes byte ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes" "Byte Strings")
("bytes->immutable-bytes" "(bytes->immutable-bytes bytes)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes->immutable-bytes" "Byte Strings")
("bytes->list" "(bytes->list bytes)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes->list" "Byte Strings")
("bytes->path" "(bytes->path bytes)" "mzscheme-Z-H-11.html" "node_kw_definitionbytes->path" "Paths")
("bytes->string/latin-1" "(bytes->string/latin-1 bytes [err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes->string/latin-1" "Byte Strings")
("bytes->string/locale" "(bytes->string/locale bytes [err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes->string/locale" "Byte Strings")
("bytes->string/utf-8" "(bytes->string/utf-8 bytes [err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes->string/utf-8" "Byte Strings")
("bytes-append" "(bytes-append bytes ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-append" "Byte Strings")
("bytes-close-converter" "(bytes-close-converter bytes-converter)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-close-converter" "Byte Strings")
("bytes-convert" "(bytes-convert bytes-converter src-bytes [src-start-k src-end-k dest-bytes dest-start-k dest-end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-convert" "Byte Strings")
("bytes-convert-end" "(bytes-convert-end bytes-converter [dest-bytes dest-start-k dest-end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-convert-end" "Byte Strings")
("bytes-converter?" "(bytes-converter? v)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-converter_Q_" "Byte Strings")
("bytes-copy" "(bytes-copy bytes)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-copy" "Byte Strings")
("bytes-copy!" "(bytes-copy! dest-bytes dest-start-k src-bytes [src-start-k src-end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-copy!" "Byte Strings")
("bytes-fill!" "(bytes-fill! bytes byte)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-fill!" "Byte Strings")
("bytes-length" "(bytes-length bytes)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-length" "Byte Strings")
("bytes-open-converter" "(bytes-open-converter from-name-string to-name-string)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-open-converter" "Byte Strings")
("bytes-ref" "(bytes-ref bytes k)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-ref" "Byte Strings")
("bytes-set!" "(bytes-set! bytes k byte)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-set!" "Byte Strings")
("bytes-utf-8-index" "(bytes-utf-8-index bytes [skip-k err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-utf-8-index" "Byte Strings")
("bytes-utf-8-length" "(bytes-utf-8-length bytes [err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-utf-8-length" "Byte Strings")
("bytes-utf-8-ref" "(bytes-utf-8-ref bytes [skip-k err-char start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionbytes-utf-8-ref" "Byte Strings")
("bytes<?" "(bytes<? bytes1 bytes2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes<_Q_" "Byte Strings")
("bytes=?" "(bytes=? bytes1 bytes2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes=_Q_" "Byte Strings")
("bytes>?" "(bytes>? bytes1 bytes2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes>_Q_" "Byte Strings")
("bytes?" "(bytes? v)" "mzscheme-Z-H-3.html" "node_kw_definitionbytes_Q_" "Byte Strings")
("call-in-nested-thread" "(call-in-nested-thread thunk [custodian])" "mzscheme-Z-H-7.html" "node_kw_definitioncall-in-nested-thread" "Additional Thread Utilities")
("call-with-break-parameterization" "(call-with-break-parameterization break-param thunk)" "mzscheme-Z-H-6.html" "node_kw_definitioncall-with-break-parameterization" "Breaks")
("call-with-continuation-barrier" "(call-with-continuation-barrier thunk)" "mzscheme-Z-H-6.html" "node_kw_definitioncall-with-continuation-barrier" "Continuations")
("call-with-parameterization" "(call-with-parameterization parameterization thunk)" "mzscheme-Z-H-7.html" "node_kw_definitioncall-with-parameterization" "Parameter Utilities")
("call-with-semaphore" "(call-with-semaphore sema proc [try-fail-thunk arg ...])" "mzscheme-Z-H-7.html" "node_kw_definitioncall-with-semaphore" "Semaphores")
("call-with-semaphore/enable-break" "(call-with-semaphore/enable-break sema proc [try-fail-thunk arg ...])" "mzscheme-Z-H-7.html" "node_kw_definitioncall-with-semaphore/enable-break" "Semaphores")
("channel-get" "(channel-get channel)" "mzscheme-Z-H-7.html" "node_kw_definitionchannel-get" "Channels")
("channel-put" "(channel-put channel v)" "mzscheme-Z-H-7.html" "node_kw_definitionchannel-put" "Channels")
("channel-put-evt" "(channel-put-evt channel v)" "mzscheme-Z-H-7.html" "node_kw_definitionchannel-put-evt" "Channels")
("channel-try-get" "(channel-try-get channel)" "mzscheme-Z-H-7.html" "node_kw_definitionchannel-try-get" "Channels")
("channel?" "(channel? v)" "mzscheme-Z-H-7.html" "node_kw_definitionchannel_Q_" "Channels")
("char-alphabetic?" "(char-alphabetic? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-alphabetic_Q_" "Characters")
("char-blank?" "(char-blank? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-blank_Q_" "Characters")
("char-downcase" "(char-downcase char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-downcase" "Characters")
("char-foldcase" "(char-foldcase char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-foldcase" "Characters")
("char-general-category" "(char-general-category char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-general-category" "Characters")
("char-graphic?" "(char-graphic? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-graphic_Q_" "Characters")
("char-iso-control?" "(char-iso-control? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-iso-control_Q_" "Characters")
("char-lower-case?" "(char-lower-case? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-lower-case_Q_" "Characters")
("char-numeric?" "(char-numeric? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-numeric_Q_" "Characters")
("char-punctuation?" "(char-punctuation? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-punctuation_Q_" "Characters")
("char-symbolic?" "(char-symbolic? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-symbolic_Q_" "Characters")
("char-title-case?" "(char-title-case? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-title-case_Q_" "Characters")
("char-titlecase" "(char-titlecase char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-titlecase" "Characters")
("char-upcase" "(char-upcase char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-upcase" "Characters")
("char-upper-case?" "(char-upper-case? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-upper-case_Q_" "Characters")
("char-utf-8-length" "(char-utf-8-length char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-utf-8-length" "Characters")
("char-whitespace?" "(char-whitespace? char)" "mzscheme-Z-H-3.html" "node_kw_definitionchar-whitespace_Q_" "Characters")
("check-duplicate-identifier" "(check-duplicate-identifier id-stx-list)" "mzscheme-Z-H-12.html" "node_kw_definitioncheck-duplicate-identifier" "Syntax Object Comparisons")
("choice-evt" "(choice-evt evt ...)" "mzscheme-Z-H-7.html" "node_kw_definitionchoice-evt" "Synchronizing Events")
("collect-garbage" "(collect-garbage)" "mzscheme-Z-H-13.html" "node_kw_definitioncollect-garbage" "Garbage Collection")
("collection-path" "(collection-path collection ...1)" "mzscheme-Z-H-16.html" "node_kw_definitioncollection-path" "Library Collections and MzLib")
("compile" "(compile expr)" "mzscheme-Z-H-14.html" "node_kw_definitioncompile" "Compilation")
("compile-allow-set!-undefined" "(compile-allow-set!-undefined [on?])" "mzscheme-Z-H-7.html" "node_kw_definitioncompile-allow-set!-undefined" "Read-Eval-Print")
("compile-enforce-module-constants" "(compile-enforce-module-constants [on?])" "mzscheme-Z-H-7.html" "node_kw_definitioncompile-enforce-module-constants" "Read-Eval-Print")
("compile-syntax" "(compile-syntax stx)" "mzscheme-Z-H-14.html" "node_kw_definitioncompile-syntax" "Compilation")
("compiled-expression?" "(compiled-expression? v)" "mzscheme-Z-H-14.html" "node_kw_definitioncompiled-expression_Q_" "Compilation")
("compiled-module-expression?" "(compiled-module-expression? v)" "mzscheme-Z-H-12.html" "node_kw_definitioncompiled-module-expression_Q_" "Information on Expanded and Compiled Modules")
("complete-path?" "(complete-path? path)" "mzscheme-Z-H-11.html" "node_kw_definitioncomplete-path_Q_" "Paths")
("cons-immutable" "(cons-immutable v1 v2)" "mzscheme-Z-H-3.html" "node_kw_definitioncons-immutable" "Lists")
("continuation-mark-set->context" "(continuation-mark-set->context mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-mark-set->context" "Continuation Marks")
("continuation-mark-set->list" "(continuation-mark-set->list mark-set key-v)" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-mark-set->list" "Continuation Marks")
("continuation-mark-set->list*" "(continuation-mark-set->list* mark-set key-list [none-v])" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-mark-set->list*" "Continuation Marks")
("continuation-mark-set-first" "(continuation-mark-set-first optional-mark-set key-v)" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-mark-set-first" "Continuation Marks")
("continuation-mark-set?" "(continuation-mark-set? v)" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-mark-set_Q_" "Continuation Marks")
("continuation-marks" "(continuation-marks cont)" "mzscheme-Z-H-6.html" "node_kw_definitioncontinuation-marks" "Continuation Marks")
("copy-file" "(copy-file src-path dest-path)" "mzscheme-Z-H-11.html" "node_kw_definitioncopy-file" "Files")
("current-break-parameterization" "(current-break-parameterization)" "mzscheme-Z-H-6.html" "node_kw_definitioncurrent-break-parameterization" "Breaks")
("current-code-inspector" "(current-code-inspector [inspector])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-code-inspector" "Security")
("current-command-line-arguments" "(current-command-line-arguments [string-vector])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-command-line-arguments" "Loading")
("current-compile" "(current-compile [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-compile" "Read-Eval-Print")
("current-continuation-marks" "(current-continuation-marks)" "mzscheme-Z-H-6.html" "node_kw_definitioncurrent-continuation-marks" "Continuation Marks")
("current-custodian" "(current-custodian [custodian])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-custodian" "Security")
("current-directory" "(current-directory [path])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-directory" "Current Directory")
("current-drive" "(current-drive)" "mzscheme-Z-H-11.html" "node_kw_definitioncurrent-drive" "Directories")
("current-error-port" "(current-error-port [output-port])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-error-port" "Ports")
("current-eval" "(current-eval [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-eval" "Read-Eval-Print")
("current-evt-pseudo-random-generator" "(current-evt-pseudo-random-generator [generator])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-evt-pseudo-random-generator" "Random Numbers")
("current-exception-handler" "(current-exception-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-exception-handler" "Exceptions")
("current-gc-milliseconds" "(current-gc-milliseconds)" "mzscheme-Z-H-15.html" "node_kw_definitioncurrent-gc-milliseconds" "Machine Time")
("current-inexact-milliseconds" "(current-inexact-milliseconds)" "mzscheme-Z-H-15.html" "node_kw_definitioncurrent-inexact-milliseconds" "Machine Time")
("current-input-port" "(current-input-port [input-port])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-input-port" "Ports")
("current-inspector" "(current-inspector [inspector])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-inspector" "Security")
("current-library-collection-paths" "(current-library-collection-paths [path-list])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-library-collection-paths" "Loading")
("current-load" "(current-load [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-load" "Loading")
("current-load-extension" "(current-load-extension [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-load-extension" "Loading")
("current-load-relative-directory" "(current-load-relative-directory [path])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-load-relative-directory" "Loading")
("current-load/use-compiled" "(current-load/use-compiled [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-load/use-compiled" "Loading")
("current-locale" "(current-locale [string-or-#f])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-locale" "Locale")
("current-memory-use" "(current-memory-use [custodian])" "mzscheme-Z-H-13.html" "node_kw_definitioncurrent-memory-use" "Garbage Collection")
("current-milliseconds" "(current-milliseconds)" "mzscheme-Z-H-15.html" "node_kw_definitioncurrent-milliseconds" "Machine Time")
("current-module-name-prefix" "(current-module-name-prefix [symbol])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-module-name-prefix" "Modules")
("current-module-name-resolver" "(current-module-name-resolver [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-module-name-resolver" "Modules")
("current-namespace" "(current-namespace [namespace])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-namespace" "Read-Eval-Print")
("current-output-port" "(current-output-port [output-port])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-output-port" "Ports")
("current-parameterization" "(current-parameterization)" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-parameterization" "Parameter Utilities")
("current-preserved-thread-cell-values" "(current-preserved-thread-cell-values [thread-cell-vals])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-preserved-thread-cell-values" "Thread-Local Storage Cells")
("current-print" "(current-print [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-print" "Read-Eval-Print")
("current-process-milliseconds" "(current-process-milliseconds)" "mzscheme-Z-H-15.html" "node_kw_definitioncurrent-process-milliseconds" "Machine Time")
("current-prompt-read" "(current-prompt-read [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-prompt-read" "Read-Eval-Print")
("current-pseudo-random-generator" "(current-pseudo-random-generator [generator])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-pseudo-random-generator" "Random Numbers")
("current-pseudo-random-generator" "(current-pseudo-random-generator generator)" "mzscheme-Z-H-3.html" "node_kw_definitioncurrent-pseudo-random-generator/set" "Numbers")
("current-pseudo-random-generator" "(current-pseudo-random-generator)" "mzscheme-Z-H-3.html" "node_kw_definitioncurrent-pseudo-random-generator/get" "Numbers")
("current-reader-guard" "(current-reader-guard [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-reader-guard" "Parsing")
("current-readtable" "(current-readtable [readtable-or-false])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-readtable" "Parsing")
("current-seconds" "(current-seconds)" "mzscheme-Z-H-15.html" "node_kw_definitioncurrent-seconds" "Real Time and Date")
("current-security-guard" "(current-security-guard [security-guard])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-security-guard" "Security")
("current-thread" "(current-thread)" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-thread" "Additional Thread Utilities")
("current-thread-group" "(current-thread-group [thread-group])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-thread-group" "Security")
("current-thread-initial-stack-size" "(current-thread-initial-stack-size [k])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-thread-initial-stack-size" "Performance Tuning")
("current-write-relative-directory" "(current-write-relative-directory [path])" "mzscheme-Z-H-7.html" "node_kw_definitioncurrent-write-relative-directory" "Loading")
("custodian-limit-memory" "(custodian-limit-memory limit-custodian limit-k stop-custodian)" "mzscheme-Z-H-9.html" "node_kw_definitioncustodian-limit-memory" "Custodians")
("custodian-managed-list" "(custodian-managed-list custodian super-custodian)" "mzscheme-Z-H-9.html" "node_kw_definitioncustodian-managed-list" "Custodians")
("custodian-require-memory" "(custodian-require-memory need-k custodian)" "mzscheme-Z-H-9.html" "node_kw_definitioncustodian-require-memory" "Custodians")
("custodian-shutdown-all" "(custodian-shutdown-all custodian)" "mzscheme-Z-H-9.html" "node_kw_definitioncustodian-shutdown-all" "Custodians")
("custodian?" "(custodian? v)" "mzscheme-Z-H-9.html" "node_kw_definitioncustodian_Q_" "Custodians")
("datum->syntax-object" "(datum->syntax-object ctxt-stx v [src-stx-or-list prop-stx])" "mzscheme-Z-H-12.html" "node_kw_definitiondatum->syntax-object" "Syntax Object Content")
("delete-directory" "(delete-directory path)" "mzscheme-Z-H-11.html" "node_kw_definitiondelete-directory" "Directories")
("delete-file" "(delete-file path)" "mzscheme-Z-H-11.html" "node_kw_definitiondelete-file" "Files")
("directory-exists?" "(directory-exists? path)" "mzscheme-Z-H-11.html" "node_kw_definitiondirectory-exists_Q_" "Directories")
("directory-list" "(directory-list [path])" "mzscheme-Z-H-11.html" "node_kw_definitiondirectory-list" "Directories")
("dump-memory-stats" "(dump-memory-stats)" "mzscheme-Z-H-13.html" "node_kw_definitiondump-memory-stats" "Garbage Collection")
("dynamic-require" "(dynamic-require module-path-v provided-symbol)" "mzscheme-Z-H-5.html" "node_kw_definitiondynamic-require" "Dynamic Module Access")
("dynamic-require-for-syntax" "(dynamic-require-for-syntax module-path-v provided-symbol-or-#f)" "mzscheme-Z-H-5.html" "node_kw_definitiondynamic-require-for-syntax" "Dynamic Module Access")
("dynamic-wind" "(dynamic-wind pre-thunk value-thunk post-thunk)" "mzscheme-Z-H-6.html" "node_kw_definitiondynamic-wind" "Dynamic Wind")
("ephemeron-value" "(ephemeron-value ephemeron)" "mzscheme-Z-H-13.html" "node_kw_definitionephemeron-value" "Ephemerons")
("ephemeron?" "(ephemeron? v)" "mzscheme-Z-H-13.html" "node_kw_definitionephemeron_Q_" "Ephemerons")
("eq-hash-code" "(eq-hash-code v)" "mzscheme-Z-H-3.html" "node_kw_definitioneq-hash-code" "Hash Tables")
("equal-hash-code" "(equal-hash-code v)" "mzscheme-Z-H-3.html" "node_kw_definitionequal-hash-code" "Hash Tables")
("error" "(error msg-string v ...)" "mzscheme-Z-H-6.html" "node_kw_definitionerror/string" "Errors")
("error" "(error src-symbol format-string v ...)" "mzscheme-Z-H-6.html" "node_kw_definitionerror/format" "Errors")
("error" "(error symbol)" "mzscheme-Z-H-6.html" "node_kw_definitionerrorerror/symbol" "Errors")
("error-display-handler" "(error-display-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-display-handler" "Exceptions")
("error-escape-handler" "(error-escape-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-escape-handler" "Exceptions")
("error-print-context-length" "(error-print-context-length [k])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-print-context-length" "Exceptions")
("error-print-source-location" "(error-print-source-location [include?])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-print-source-location" "Exceptions")
("error-print-width" "(error-print-width [k])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-print-width" "Exceptions")
("error-value->string-handler" "(error-value->string-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitionerror-value->string-handler" "Exceptions")
("eval" "(eval expr)" "mzscheme-Z-H-14.html" "node_kw_definitioneval" "Eval and Load")
("eval-jit-enabled" "(eval-jit-enabled [on?])" "mzscheme-Z-H-7.html" "node_kw_definitioneval-jit-enabled" "Read-Eval-Print")
("eval-syntax" "(eval-syntax stx)" "mzscheme-Z-H-14.html" "node_kw_definitioneval-syntax" "Eval and Load")
("evt?" "(evt? v)" "mzscheme-Z-H-7.html" "node_kw_definitionevt_Q_" "Synchronizing Events")
("exit" "(exit [v])" "mzscheme-Z-H-14.html" "node_kw_definitionexit" "Exiting")
("exit-handler" "(exit-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitionexit-handler" "Exiting")
("exn-continuation-marks" "(exn-continuation-marks exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn-continuation-marks" "Primitive Exceptions")
("exn-message" "(exn-message exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn-message" "Primitive Exceptions")
("exn:break-continuation" "(exn:break-continuation exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_break-continuation" "Primitive Exceptions")
("exn:break?" "(exn:break? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_break_Q_" "Primitive Exceptions")
("exn:fail:contract:arity?" "(exn:fail:contract:arity? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_C_arity_Q_" "Primitive Exceptions")
("exn:fail:contract:continuation?" "(exn:fail:contract:continuation? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_C_continuation_Q_" "Primitive Exceptions")
("exn:fail:contract:divide-by-zero?" "(exn:fail:contract:divide-by-zero? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_C_divide-by-zero_Q_" "Primitive Exceptions")
("exn:fail:contract:variable-id" "(exn:fail:contract:variable-id exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_C_variable-id" "Primitive Exceptions")
("exn:fail:contract:variable?" "(exn:fail:contract:variable? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_C_variable_Q_" "Primitive Exceptions")
("exn:fail:contract?" "(exn:fail:contract? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_contract_Q_" "Primitive Exceptions")
("exn:fail:filesystem:exists?" "(exn:fail:filesystem:exists? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_filesystem_C_exists_Q_" "Primitive Exceptions")
("exn:fail:filesystem:version?" "(exn:fail:filesystem:version? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_filesystem_C_version_Q_" "Primitive Exceptions")
("exn:fail:filesystem?" "(exn:fail:filesystem? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_filesystem_Q_" "Primitive Exceptions")
("exn:fail:network?" "(exn:fail:network? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_network_Q_" "Primitive Exceptions")
("exn:fail:out-of-memory?" "(exn:fail:out-of-memory? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_out-of-memory_Q_" "Primitive Exceptions")
("exn:fail:read-srclocs" "(exn:fail:read-srclocs exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_read-srclocs" "Primitive Exceptions")
("exn:fail:read:eof?" "(exn:fail:read:eof? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_read_C_eof_Q_" "Primitive Exceptions")
("exn:fail:read:non-char?" "(exn:fail:read:non-char? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_read_C_non-char_Q_" "Primitive Exceptions")
("exn:fail:read?" "(exn:fail:read? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_read_Q_" "Primitive Exceptions")
("exn:fail:syntax-exprs" "(exn:fail:syntax-exprs exn)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_syntax-exprs" "Primitive Exceptions")
("exn:fail:syntax?" "(exn:fail:syntax? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_syntax_Q_" "Primitive Exceptions")
("exn:fail:unsupported?" "(exn:fail:unsupported? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_unsupported_Q_" "Primitive Exceptions")
("exn:fail:user?" "(exn:fail:user? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_C_user_Q_" "Primitive Exceptions")
("exn:fail?" "(exn:fail? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_fail_Q_" "Primitive Exceptions")
("exn?" "(exn? v)" "mzscheme-Z-H-6.html" "node_kw_definitionexn_Q_" "Primitive Exceptions")
("expand" "(expand stx-or-sexpr)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand" "Expanding Expressions to Primitive Syntax")
("expand-once" "(expand-once stx-or-sexpr)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand-once" "Expanding Expressions to Primitive Syntax")
("expand-path" "(expand-path path)" "mzscheme-Z-H-11.html" "node_kw_definitionexpand-path" "Paths")
("expand-syntax" "(expand-syntax stx)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand-syntax" "Expanding Expressions to Primitive Syntax")
("expand-syntax-once" "(expand-syntax-once stx)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand-syntax-once" "Expanding Expressions to Primitive Syntax")
("expand-syntax-to-top-form" "(expand-syntax-to-top-form stx)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand-syntax-to-top-form" "Expanding Expressions to Primitive Syntax")
("expand-to-top-form" "(expand-to-top-form stx-or-sexpr)" "mzscheme-Z-H-12.html" "node_kw_definitionexpand-to-top-form" "Expanding Expressions to Primitive Syntax")
("file-exists?" "(file-exists? path)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-exists_Q_" "Files")
("file-or-directory-modify-seconds" "(file-or-directory-modify-seconds path [secs-n fail-thunk])" "mzscheme-Z-H-11.html" "node_kw_definitionfile-or-directory-modify-seconds" "Files")
("file-or-directory-permissions" "(file-or-directory-permissions path)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-or-directory-permissions" "Files")
("file-position" "(file-position port k-or-eof)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-position/set" "File-Stream Ports")
("file-position" "(file-position port)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-position" "File-Stream Ports")
("file-size" "(file-size path)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-size" "Files")
("file-stream-buffer-mode" "(file-stream-buffer-mode port [mode-symbol])" "mzscheme-Z-H-11.html" "node_kw_definitionfile-stream-buffer-mode" "File-Stream Ports")
("file-stream-port?" "(file-stream-port? port)" "mzscheme-Z-H-11.html" "node_kw_definitionfile-stream-port_Q_" "Ports")
("filesystem-root-list" "(filesystem-root-list)" "mzscheme-Z-H-11.html" "node_kw_definitionfilesystem-root-list" "Directories")
("find-executable-path" "(find-executable-path program-sub-path related-sub-path)" "mzscheme-Z-H-11.html" "node_kw_definitionfind-executable-path" "Locating Paths")
("find-library-collection-paths" "(find-library-collection-paths)" "mzscheme-Z-H-16.html" "node_kw_definitionfind-library-collection-paths" "Library Collections and MzLib")
("find-system-path" "(find-system-path kind-symbol)" "mzscheme-Z-H-11.html" "node_kw_definitionfind-system-path" "Locating Paths")
("floating-point-bytes->real" "(floating-point-bytes->real string [big-endian?])" "mzscheme-Z-H-3.html" "node_kw_definitionfloating-point-bytes->real" "Numbers")
("flush-output" "(flush-output [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionflush-output" "File-Stream Ports")
("format" "(format format-string v ...)" "mzscheme-Z-H-11.html" "node_kw_definitionformat" "Writing Structured Data")
("fprintf" "(fprintf output-port format-string v ...)" "mzscheme-Z-H-11.html" "node_kw_definitionfprintf" "Writing Structured Data")
("free-identifier=?" "(free-identifier=? a-id-stx b-id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionfree-identifier=_Q_" "Syntax Object Comparisons")
("generate-temporaries" "(generate-temporaries stx-pair)" "mzscheme-Z-H-12.html" "node_kw_definitiongenerate-temporaries" "Syntax Object Content")
("gensym" "(gensym [symbol/string])" "mzscheme-Z-H-3.html" "node_kw_definitiongensym" "Symbols")
("get-output-bytes" "(get-output-bytes string-output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionget-output-bytes" "String Ports")
("get-output-string" "(get-output-string string-output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionget-output-string" "String Ports")
("getenv" "(getenv name-string)" "mzscheme-Z-H-15.html" "node_kw_definitiongetenv" "Operating System Environment Variables")
("global-port-print-handler" "(global-port-print-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitionglobal-port-print-handler" "Ports")
("guard-evt" "(guard-evt generator-thunk)" "mzscheme-Z-H-7.html" "node_kw_definitionguard-evt" "Synchronizing Events")
("handle-evt" "(handle-evt evt handle-proc)" "mzscheme-Z-H-7.html" "node_kw_definitionhandle-evt" "Synchronizing Events")
("handle-evt?" "(handle-evt? evt)" "mzscheme-Z-H-7.html" "node_kw_definitionhandle-evt_Q_" "Synchronizing Events")
("hash-table-copy" "(hash-table-copy hash-table)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-copy" "Hash Tables")
("hash-table-count" "(hash-table-count hash-table)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-count" "Hash Tables")
("hash-table-for-each" "(hash-table-for-each hash-table proc)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-for-each" "Hash Tables")
("hash-table-get" "(hash-table-get hash-table key-v [failure-thunk-or-value])" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-get" "Hash Tables")
("hash-table-map" "(hash-table-map hash-table proc)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-map" "Hash Tables")
("hash-table-put!" "(hash-table-put! hash-table key-v v)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-put!" "Hash Tables")
("hash-table-remove!" "(hash-table-remove! hash-table key-v)" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table-remove!" "Hash Tables")
("hash-table?" "(hash-table? v [flag-symbol flag-symbol])" "mzscheme-Z-H-3.html" "node_kw_definitionhash-table_Q_" "Hash Tables")
("identifier-binding" "(identifier-binding id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier-binding" "Syntax Object Bindings")
("identifier-binding-export-position" "(identifier-binding-export-position id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier-binding-export-position" "Syntax Object Bindings")
("identifier-template-binding" "(identifier-template-binding id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier-template-binding" "Syntax Object Bindings")
("identifier-transformer-binding" "(identifier-transformer-binding id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier-transformer-binding" "Syntax Object Bindings")
("identifier-transformer-binding-export-position" "(identifier-transformer-binding-export-position id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier-transformer-binding-export-position" "Syntax Object Bindings")
("identifier?" "(identifier? v)" "mzscheme-Z-H-12.html" "node_kw_definitionidentifier_Q_" "Syntax Object Content")
("immutable?" "(immutable? v)" "mzscheme-Z-H-3.html" "node_kw_definitionimmutable_Q_" "Lists")
("initial-exception-handler" "(initial-exception-handler [proc])" "mzscheme-Z-H-7.html" "node_kw_definitioninitial-exception-handler" "Exceptions")
("inspector?" "(inspector? v)" "mzscheme-Z-H-4.html" "node_kw_definitioninspector_Q_" "Structure Inspectors")
("integer->integer-bytes" "(integer->integer-bytes n size-n signed? [big-endian? to-string])" "mzscheme-Z-H-3.html" "node_kw_definitioninteger->integer-bytes" "Numbers")
("integer-bytes->integer" "(integer-bytes->integer string signed? [big-endian?])" "mzscheme-Z-H-3.html" "node_kw_definitioninteger-bytes->integer" "Numbers")
("integer-sqrt" "(integer-sqrt n)" "mzscheme-Z-H-3.html" "node_kw_definitioninteger-sqrt" "Numbers")
("integer-sqrt/remainder" "(integer-sqrt/remainder n)" "mzscheme-Z-H-3.html" "node_kw_definitioninteger-sqrt/remainder" "Numbers")
("keyword->string" "(keyword->string keyword)" "mzscheme-Z-H-3.html" "node_kw_definitionkeyword->string" "Keywords")
("keyword?" "(keyword? v)" "mzscheme-Z-H-3.html" "node_kw_definitionkeyword_Q_" "Keywords")
("kill-thread" "(kill-thread thread)" "mzscheme-Z-H-7.html" "node_kw_definitionkill-thread" "Suspending, Resuming, and Killing Threads")
("link-exists?" "(link-exists? path)" "mzscheme-Z-H-11.html" "node_kw_definitionlink-exists_Q_" "Files")
("list*" "(list* v ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionlist*" "Lists")
("list*-immutable" "(list*-immutable v ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionlist*-immutable" "Lists")
("list->bytes" "(list->bytes byte-list)" "mzscheme-Z-H-3.html" "node_kw_definitionlist->bytes" "Byte Strings")
("list-immutable" "(list-immutable v ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionlist-immutable" "Lists")
("load" "(load file-path)" "mzscheme-Z-H-14.html" "node_kw_definitionload" "Eval and Load")
("load-extension" "(load-extension file-path)" "mzscheme-Z-H-14.html" "node_kw_definitionload-extension" "Dynamic Extensions")
("load-relative" "(load-relative file-path)" "mzscheme-Z-H-14.html" "node_kw_definitionload-relative" "Eval and Load")
("load/cd" "(load/cd file-path)" "mzscheme-Z-H-14.html" "node_kw_definitionload/cd" "Eval and Load")
("load/use-compiled" "(load/use-compiled file-path)" "mzscheme-Z-H-14.html" "node_kw_definitionload/use-compiled" "Eval and Load")
("local-expand" "(local-expand stx context-v stop-id-stx-list intdef-ctx)" "mzscheme-Z-H-12.html" "node_kw_definitionlocal-expand" "Macro Expansion")
("local-expand/capture-lifts" "(local-expand/capture-lifts stx context-v stop-id-stx-list intdef-ctx)" "mzscheme-Z-H-12.html" "node_kw_definitionlocal-expand/capture-lifts" "Macro Expansion")
("local-transformer-expand" "(local-transformer-expand stx context-v stop-id-stx-list intdef-ctx)" "mzscheme-Z-H-12.html" "node_kw_definitionlocal-transformer-expand" "Macro Expansion")
("local-transformer-expand/capture-lifts" "(local-transformer-expand/capture-lifts stx context-v stop-id-stx-list intdef-ctx)" "mzscheme-Z-H-12.html" "node_kw_definitionlocal-transformer-expand/capture-lifts" "Macro Expansion")
("locale-string-encoding" "(locale-string-encoding)" "mzscheme-Z-H-3.html" "node_kw_definitionlocale-string-encoding" "Byte Strings")
("make-bytes" "(make-bytes k [byte])" "mzscheme-Z-H-3.html" "node_kw_definitionmake-bytes" "Byte Strings")
("make-channel" "(make-channel)" "mzscheme-Z-H-7.html" "node_kw_definitionmake-channel" "Channels")
("make-custodian" "(make-custodian [custodian])" "mzscheme-Z-H-9.html" "node_kw_definitionmake-custodian" "Custodians")
("make-directory" "(make-directory path)" "mzscheme-Z-H-11.html" "node_kw_definitionmake-directory" "Directories")
("make-ephemeron" "(make-ephemeron key-v v)" "mzscheme-Z-H-13.html" "node_kw_definitionmake-ephemeron" "Ephemerons")
("make-exn" "(make-exn message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn" "Primitive Exceptions")
("make-exn:break" "(make-exn:break message-immutable-string continuation-marks-mark-set continuation-escape-continuation)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_break" "Primitive Exceptions")
("make-exn:fail" "(make-exn:fail message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail" "Primitive Exceptions")
("make-exn:fail:contract" "(make-exn:fail:contract message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_contract" "Primitive Exceptions")
("make-exn:fail:contract:arity" "(make-exn:fail:contract:arity message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_contract_C_arity" "Primitive Exceptions")
("make-exn:fail:contract:continuation" "(make-exn:fail:contract:continuation message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_contract_C_continuation" "Primitive Exceptions")
("make-exn:fail:contract:divide-by-zero" "(make-exn:fail:contract:divide-by-zero message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_contract_C_divide-by-zero" "Primitive Exceptions")
("make-exn:fail:contract:variable" "(make-exn:fail:contract:variable message-immutable-string continuation-marks-mark-set id-symbol)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_contract_C_variable" "Primitive Exceptions")
("make-exn:fail:filesystem" "(make-exn:fail:filesystem message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_filesystem" "Primitive Exceptions")
("make-exn:fail:filesystem:exists" "(make-exn:fail:filesystem:exists message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_filesystem_C_exists" "Primitive Exceptions")
("make-exn:fail:filesystem:version" "(make-exn:fail:filesystem:version message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_filesystem_C_version" "Primitive Exceptions")
("make-exn:fail:network" "(make-exn:fail:network message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_network" "Primitive Exceptions")
("make-exn:fail:out-of-memory" "(make-exn:fail:out-of-memory message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_out-of-memory" "Primitive Exceptions")
("make-exn:fail:read" "(make-exn:fail:read message-immutable-string continuation-marks-mark-set srclocs-immutable-list-of-scmk{srcloc}s-(see-SecRef{linecol}))" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_read" "Primitive Exceptions")
("make-exn:fail:read:eof" "(make-exn:fail:read:eof message-immutable-string continuation-marks-mark-set srclocs-immutable-list-of-scmk{srcloc}s-(see-SecRef{linecol}))" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_read_C_eof" "Primitive Exceptions")
("make-exn:fail:read:non-char" "(make-exn:fail:read:non-char message-immutable-string continuation-marks-mark-set srclocs-immutable-list-of-scmk{srcloc}s-(see-SecRef{linecol}))" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_read_C_non-char" "Primitive Exceptions")
("make-exn:fail:syntax" "(make-exn:fail:syntax message-immutable-string continuation-marks-mark-set exprs-immutable-list-of-syntax-objects)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_syntax" "Primitive Exceptions")
("make-exn:fail:unsupported" "(make-exn:fail:unsupported message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_unsupported" "Primitive Exceptions")
("make-exn:fail:user" "(make-exn:fail:user message-immutable-string continuation-marks-mark-set)" "mzscheme-Z-H-6.html" "node_kw_definitionmake-exn_C_fail_C_user" "Primitive Exceptions")
("make-file-or-directory-link" "(make-file-or-directory-link to-path path)" "mzscheme-Z-H-11.html" "node_kw_definitionmake-file-or-directory-link" "Files")
("make-hash-table" "(make-hash-table [flag-symbol flag-symbol])" "mzscheme-Z-H-3.html" "node_kw_definitionmake-hash-table" "Hash Tables")
("make-immutable-hash-table" "(make-immutable-hash-table assoc-list [flag-symbol])" "mzscheme-Z-H-3.html" "node_kw_definitionmake-immutable-hash-table" "Hash Tables")
("make-input-port" "(make-input-port name-v read-proc optional-peek-proc close-proc [optional-progress-evt-proc optional-commit-proc optional-location-proc count-lines!-proc init-position optional-buffer-mode-proc])" "mzscheme-Z-H-11.html" "node_kw_definitionmake-input-port" "Custom Input")
("make-inspector" "(make-inspector [inspector])" "mzscheme-Z-H-4.html" "node_kw_definitionmake-inspector" "Structure Inspectors")
("make-known-char-range-list" "(make-known-char-range-list)" "mzscheme-Z-H-3.html" "node_kw_definitionmake-known-char-range-list" "Characters")
("make-namespace" "(make-namespace [flag-symbol])" "mzscheme-Z-H-8.html" "node_kw_definitionmake-namespace" "Namespace Utilities")
("make-output-port" "(make-output-port name-v evt write-proc close-proc [optional-write-special-proc optional-write-evt-proc optional-special-evt-proc optional-location-proc count-lines!-proc init-position optional-buffer-mode-proc])" "mzscheme-Z-H-11.html" "node_kw_definitionmake-output-port" "Custom Output")
("make-parameter" "(make-parameter v [guard-proc])" "mzscheme-Z-H-7.html" "node_kw_definitionmake-parameter" "Parameter Utilities")
("make-pipe" "(make-pipe [limit-k input-name-v output-name-v])" "mzscheme-Z-H-11.html" "node_kw_definitionmake-pipe" "Pipes")
("make-pseudo-random-generator" "(make-pseudo-random-generator)" "mzscheme-Z-H-3.html" "node_kw_definitionmake-pseudo-random-generator" "Numbers")
("make-readtable" "(make-readtable readtable [char-or-false symbol-or-char readtable-or-proc ...1])" "mzscheme-Z-H-11.html" "node_kw_definitionmake-readtable" "Customizing the Reader through Readtables")
("make-rename-transformer" "(make-rename-transformer id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionmake-rename-transformer" "Macro Expansion")
("make-security-guard" "(make-security-guard parent-security-guard file-proc network-proc)" "mzscheme-Z-H-9.html" "node_kw_definitionmake-security-guard" "Security Guards")
("make-semaphore" "(make-semaphore [init-k])" "mzscheme-Z-H-7.html" "node_kw_definitionmake-semaphore" "Semaphores")
("make-set!-transformer" "(make-set!-transformer proc)" "mzscheme-Z-H-12.html" "node_kw_definitionmake-set!-transformer" "Macro Expansion")
("make-special-comment" "(make-special-comment v)" "mzscheme-Z-H-11.html" "node_kw_definitionmake-special-comment" "Special Comments")
("make-struct-field-accessor" "(make-struct-field-accessor accessor-proc field-pos-k field-name-symbol)" "mzscheme-Z-H-4.html" "node_kw_definitionmake-struct-field-accessor" "Structure Types with Automatic Fields, Immutable Fields, and Properties")
("make-struct-field-mutator" "(make-struct-field-mutator mutator-proc field-pos-k field-name-symbol)" "mzscheme-Z-H-4.html" "node_kw_definitionmake-struct-field-mutator" "Structure Types with Automatic Fields, Immutable Fields, and Properties")
("make-struct-type" "(make-struct-type name-symbol super-struct-type init-field-k auto-field-k [auto-v prop-value-list inspector-or-false proc-spec immutable-k-list guard-proc])" "mzscheme-Z-H-4.html" "node_kw_definitionmake-struct-type" "Structure Types with Automatic Fields, Immutable Fields, and Properties")
("make-struct-type-property" "(make-struct-type-property name-symbol [guard-proc])" "mzscheme-Z-H-4.html" "node_kw_definitionmake-struct-type-property" "Structure Type Properties")
("make-syntax-introducer" "(make-syntax-introducer)" "mzscheme-Z-H-12.html" "node_kw_definitionmake-syntax-introducer" "Macro Expansion")
("make-thread-cell" "(make-thread-cell v [preserved?])" "mzscheme-Z-H-7.html" "node_kw_definitionmake-thread-cell" "Thread-Local Storage Cells")
("make-thread-group" "(make-thread-group [thread-group])" "mzscheme-Z-H-9.html" "node_kw_definitionmake-thread-group" "Thread Groups")
("make-weak-box" "(make-weak-box v)" "mzscheme-Z-H-13.html" "node_kw_definitionmake-weak-box" "Weak Boxes")
("make-will-executor" "(make-will-executor)" "mzscheme-Z-H-13.html" "node_kw_definitionmake-will-executor" "Will Executors")
("module->namespace" "(module->namespace module-path-v)" "mzscheme-Z-H-8.html" "node_kw_definitionmodule->namespace" "Namespace Utilities")
("module-compiled-exports" "(module-compiled-exports compiled-module-code)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-compiled-exports" "Information on Expanded and Compiled Modules")
("module-compiled-imports" "(module-compiled-imports compiled-module-code)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-compiled-imports" "Information on Expanded and Compiled Modules")
("module-compiled-name" "(module-compiled-name compiled-module-code)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-compiled-name" "Information on Expanded and Compiled Modules")
("module-identifier=?" "(module-identifier=? a-id-stx b-id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-identifier=_Q_" "Syntax Object Comparisons")
("module-path-index-join" "(module-path-index-join module-path module-path-index)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-path-index-join" "Information on Expanded and Compiled Modules")
("module-path-index-split" "(module-path-index-split module-path-index)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-path-index-split" "Information on Expanded and Compiled Modules")
("module-path-index?" "(module-path-index? v)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-path-index_Q_" "Information on Expanded and Compiled Modules")
("module-provide-protected?" "(module-provide-protected? module-path-index symbol)" "mzscheme-Z-H-8.html" "node_kw_definitionmodule-provide-protected_Q_" "Namespace Utilities")
("module-template-identifier=?" "(module-template-identifier=? a-id-stx b-id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-template-identifier=_Q_" "Syntax Object Comparisons")
("module-transformer-identifier=?" "(module-transformer-identifier=? a-id-stx b-id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionmodule-transformer-identifier=_Q_" "Syntax Object Comparisons")
("nack-guard-evt" "(nack-guard-evt generator-proc)" "mzscheme-Z-H-7.html" "node_kw_definitionnack-guard-evt" "Synchronizing Events")
("namespace-attach-module" "(namespace-attach-module src-namespace module-path-v [dest-namespace])" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-attach-module" "Namespace Utilities")
("namespace-mapped-symbols" "(namespace-mapped-symbols [namespace])" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-mapped-symbols" "Namespace Utilities")
("namespace-module-registry" "(namespace-module-registry namespace)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-module-registry" "Namespace Utilities")
("namespace-require" "(namespace-require quoted-require-spec)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-require" "Namespace Utilities")
("namespace-require/copy" "(namespace-require/copy quoted-require-spec)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-require/copy" "Namespace Utilities")
("namespace-require/expansion-time" "(namespace-require/expansion-time quoted-require-spec)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-require/expansion-time" "Namespace Utilities")
("namespace-set-variable-value!" "(namespace-set-variable-value! symbol v [map? namespace])" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-set-variable-value!" "Namespace Utilities")
("namespace-symbol->identifier" "(namespace-symbol->identifier symbol)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-symbol->identifier" "Namespace Utilities")
("namespace-syntax-introduce" "(namespace-syntax-introduce stx)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-syntax-introduce" "Namespace Utilities")
("namespace-transformer-require" "(namespace-transformer-require quoted-require-spec)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-transformer-require" "Namespace Utilities")
("namespace-undefine-variable!" "(namespace-undefine-variable! symbol namespace)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-undefine-variable!" "Namespace Utilities")
("namespace-unprotect-module" "(namespace-unprotect-module inspector module-path-v)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-unprotect-module" "Namespace Utilities")
("namespace-variable-value" "(namespace-variable-value symbol [use-mapping? failure-thunk namespace])" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace-variable-value" "Namespace Utilities")
("namespace?" "(namespace? v)" "mzscheme-Z-H-8.html" "node_kw_definitionnamespace_Q_" "Namespace Utilities")
("normal-case-path" "(normal-case-path path)" "mzscheme-Z-H-11.html" "node_kw_definitionnormal-case-path" "Paths")
("object-name" "(object-name v)" "mzscheme-Z-H-6.html" "node_kw_definitionobject-name" "Inferred Value Names")
("open-input-bytes" "(open-input-bytes bytes [name-v])" "mzscheme-Z-H-11.html" "node_kw_definitionopen-input-bytes" "String Ports")
("open-input-string" "(open-input-string string [name-v])" "mzscheme-Z-H-11.html" "node_kw_definitionopen-input-string" "String Ports")
("open-output-bytes" "(open-output-bytes [name-v])" "mzscheme-Z-H-11.html" "node_kw_definitionopen-output-bytes" "String Ports")
("open-output-string" "(open-output-string [name-v])" "mzscheme-Z-H-11.html" "node_kw_definitionopen-output-string" "String Ports")
("ormap" "(ormap proc list ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionormap" "Booleans")
("parameter-procedure=?" "(parameter-procedure=? a b)" "mzscheme-Z-H-7.html" "node_kw_definitionparameter-procedure=_Q_" "Parameter Utilities")
("parameter?" "(parameter? v)" "mzscheme-Z-H-7.html" "node_kw_definitionparameter_Q_" "Parameter Utilities")
("parameterization?" "(parameterization? v)" "mzscheme-Z-H-7.html" "node_kw_definitionparameterization_Q_" "Parameter Utilities")
("path->bytes" "(path->bytes path)" "mzscheme-Z-H-11.html" "node_kw_definitionpath->bytes" "Paths")
("path->complete-path" "(path->complete-path path [base-path])" "mzscheme-Z-H-11.html" "node_kw_definitionpath->complete-path" "Paths")
("path->string" "(path->string path)" "mzscheme-Z-H-11.html" "node_kw_definitionpath->string" "Paths")
("path-list-string->path-list" "(path-list-string->path-list string default-path-list)" "mzscheme-Z-H-11.html" "node_kw_definitionpath-list-string->path-list" "Locating Paths")
("path-replace-suffix" "(path-replace-suffix path string-or-bytes)" "mzscheme-Z-H-11.html" "node_kw_definitionpath-replace-suffix" "Paths")
("path-string?" "(path-string? v)" "mzscheme-Z-H-11.html" "node_kw_definitionpath-string_Q_" "Paths")
("path?" "(path? v)" "mzscheme-Z-H-11.html" "node_kw_definitionpath_Q_" "Paths")
("peek-byte" "(peek-byte [input-port skip-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-byte" "Reading Bytes, Characters, and Strings")
("peek-byte-or-special" "(peek-byte-or-special [input-port skip-k progress-evt])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-byte-or-special" "Reading Bytes, Characters, and Strings")
("peek-bytes" "(peek-bytes k skip-k [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-bytes" "Reading Bytes, Characters, and Strings")
("peek-bytes!" "(peek-bytes! bytes skip-k [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-bytes!" "Reading Bytes, Characters, and Strings")
("peek-bytes-avail!" "(peek-bytes-avail! bytes skip-k [progress-evt input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-bytes-avail!" "Reading Bytes, Characters, and Strings")
("peek-bytes-avail!*" "(peek-bytes-avail!* bytes skip-k [progress-evt input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-bytes-avail!*" "Reading Bytes, Characters, and Strings")
("peek-bytes-avail!/enable-break" "(peek-bytes-avail!/enable-break bytes skip-k [progress-evt input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-bytes-avail!/enable-break" "Reading Bytes, Characters, and Strings")
("peek-char" "(peek-char [input-port skip-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-char" "Reading Bytes, Characters, and Strings")
("peek-char-or-special" "(peek-char-or-special [input-port skip-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-char-or-special" "Reading Bytes, Characters, and Strings")
("peek-string" "(peek-string k skip-k [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-string" "Reading Bytes, Characters, and Strings")
("peek-string!" "(peek-string! string skip-k [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionpeek-string!" "Reading Bytes, Characters, and Strings")
("pipe-content-length" "(pipe-content-length pipe-port)" "mzscheme-Z-H-11.html" "node_kw_definitionpipe-content-length" "Pipes")
("poll-guard-evt" "(poll-guard-evt generator-proc)" "mzscheme-Z-H-7.html" "node_kw_definitionpoll-guard-evt" "Synchronizing Events")
("port-commit-peeked" "(port-commit-peeked k progress-evt evt [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionport-commit-peeked" "Reading Bytes, Characters, and Strings")
("port-count-lines!" "(port-count-lines! port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-count-lines!" "Counting Positions, Lines, and Columns")
("port-count-lines-enabled" "(port-count-lines-enabled [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionport-count-lines-enabled" "Ports")
("port-display-handler" "(port-display-handler output-port proc)" "mzscheme-Z-H-11.html" "node_kw_definitionport-display-handler/set" "Replacing the Printer")
("port-display-handler" "(port-display-handler output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-display-handler" "Replacing the Printer")
("port-file-identity" "(port-file-identity file-stream-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-file-identity" "File-Stream Ports")
("port-next-location" "(port-next-location port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-next-location" "Counting Positions, Lines, and Columns")
("port-print-handler" "(port-print-handler output-port proc)" "mzscheme-Z-H-11.html" "node_kw_definitionport-print-handler/set" "Replacing the Printer")
("port-print-handler" "(port-print-handler output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-print-handler" "Replacing the Printer")
("port-progress-evt" "(port-progress-evt [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionport-progress-evt" "Reading Bytes, Characters, and Strings")
("port-provides-progress-evts?" "(port-provides-progress-evts? input-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-provides-progress-evts_Q_" "Reading Bytes, Characters, and Strings")
("port-read-handler" "(port-read-handler input-port proc)" "mzscheme-Z-H-11.html" "node_kw_definitionport-read-handler/set" "Replacing the Reader")
("port-read-handler" "(port-read-handler input-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-read-handler" "Replacing the Reader")
("port-write-handler" "(port-write-handler output-port proc)" "mzscheme-Z-H-11.html" "node_kw_definitionport-write-handler/set" "Replacing the Printer")
("port-write-handler" "(port-write-handler output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-write-handler" "Replacing the Printer")
("port-writes-atomic?" "(port-writes-atomic? output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-writes-atomic_Q_" "Writing Bytes, Characters, and Strings")
("port-writes-special?" "(port-writes-special? output-port)" "mzscheme-Z-H-11.html" "node_kw_definitionport-writes-special_Q_" "Writing Bytes, Characters, and Strings")
("port?" "(port? v)" "mzscheme-Z-H-11.html" "node_kw_definitionport_Q_" "Ports")
("primitive-closure?" "(primitive-closure? v)" "mzscheme-Z-H-3.html" "node_kw_definitionprimitive-closure_Q_" "Primitives")
("primitive-result-arity" "(primitive-result-arity prim-proc)" "mzscheme-Z-H-3.html" "node_kw_definitionprimitive-result-arity" "Primitives")
("primitive?" "(primitive? v)" "mzscheme-Z-H-3.html" "node_kw_definitionprimitive_Q_" "Primitives")
("print" "(print v [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionprint" "Writing Structured Data")
("print-box" "(print-box [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-box" "Printing")
("print-graph" "(print-graph [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-graph" "Printing")
("print-hash-table" "(print-hash-table [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-hash-table" "Printing")
("print-honu" "(print-honu [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-honu" "Printing")
("print-struct" "(print-struct [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-struct" "Printing")
("print-unreadable" "(print-unreadable [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-unreadable" "Printing")
("print-vector-length" "(print-vector-length [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionprint-vector-length" "Printing")
("printf" "(printf format-string v ...)" "mzscheme-Z-H-11.html" "node_kw_definitionprintf" "Writing Structured Data")
("procedure-arity" "(procedure-arity proc)" "mzscheme-Z-H-3.html" "node_kw_definitionprocedure-arity" "Arity")
("procedure-arity-includes?" "(procedure-arity-includes? proc k)" "mzscheme-Z-H-3.html" "node_kw_definitionprocedure-arity-includes_Q_" "Arity")
("procedure-closure-contents-eq?" "(procedure-closure-contents-eq? proc1, proc2)" "mzscheme-Z-H-3.html" "node_kw_definitionprocedure-closure-contents-eq_Q_" "Closure Equality")
("promise?" "(promise? v)" "mzscheme-Z-H-3.html" "node_kw_definitionpromise_Q_" "Promises")
("pseudo-random-generator->vector" "(pseudo-random-generator->vector generator)" "mzscheme-Z-H-3.html" "node_kw_definitionpseudo-random-generator->vector" "Numbers")
("pseudo-random-generator?" "(pseudo-random-generator? v)" "mzscheme-Z-H-3.html" "node_kw_definitionpseudo-random-generator_Q_" "Numbers")
("putenv" "(putenv name-string value-string)" "mzscheme-Z-H-15.html" "node_kw_definitionputenv" "Operating System Environment Variables")
("quotient/remainder" "(quotient/remainder n1 n2)" "mzscheme-Z-H-3.html" "node_kw_definitionquotient/remainder" "Numbers")
("raise" "(raise v)" "mzscheme-Z-H-6.html" "node_kw_definitionraise" "Exceptions")
("raise-mismatch-error" "(raise-mismatch-error name-symbol message-string v)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-mismatch-error" "Application Mismatch Errors")
("raise-syntax-error" "(raise-syntax-error name message-string [expr sub-expr])" "mzscheme-Z-H-6.html" "node_kw_definitionraise-syntax-error" "Syntax Errors")
("raise-type-error" "(raise-type-error name-symbol expected-string bad-k v)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-type-error/all" "Application Type Errors")
("raise-type-error" "(raise-type-error name-symbol expected-string v)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-type-error" "Application Type Errors")
("raise-user-error" "(raise-user-error msg-string v ...)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-user-error/string" "Errors")
("raise-user-error" "(raise-user-error src-symbol format-string v ...)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-user-error/format" "Errors")
("raise-user-error" "(raise-user-error symbol)" "mzscheme-Z-H-6.html" "node_kw_definitionraise-user-errorerror/symbol" "Errors")
("random" "(random k)" "mzscheme-Z-H-3.html" "node_kw_definitionrandom/int" "Numbers")
("random" "(random)" "mzscheme-Z-H-3.html" "node_kw_definitionrandomrandom/real" "Numbers")
("random-seed" "(random-seed k)" "mzscheme-Z-H-3.html" "node_kw_definitionrandom-seed" "Numbers")
("read-accept-bar-quote" "(read-accept-bar-quote [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-bar-quote" "Parsing")
("read-accept-box" "(read-accept-box [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-box" "Parsing")
("read-accept-compiled" "(read-accept-compiled [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-compiled" "Parsing")
("read-accept-dot" "(read-accept-dot [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-dot" "Parsing")
("read-accept-graph" "(read-accept-graph [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-graph" "Parsing")
("read-accept-quasiquote" "(read-accept-quasiquote [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-quasiquote" "Parsing")
("read-accept-reader" "(read-accept-reader [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-accept-reader" "Parsing")
("read-byte" "(read-byte [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionread-byte" "Reading Bytes, Characters, and Strings")
("read-byte-or-special" "(read-byte-or-special [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionread-byte-or-special" "Reading Bytes, Characters, and Strings")
("read-bytes" "(read-bytes k [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes" "Reading Bytes, Characters, and Strings")
("read-bytes!" "(read-bytes! string [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes!" "Reading Bytes, Characters, and Strings")
("read-bytes-avail!" "(read-bytes-avail! bytes [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes-avail!" "Reading Bytes, Characters, and Strings")
("read-bytes-avail!*" "(read-bytes-avail!* bytes [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes-avail!*" "Reading Bytes, Characters, and Strings")
("read-bytes-avail!/enable-break" "(read-bytes-avail!/enable-break bytes [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes-avail!/enable-break" "Reading Bytes, Characters, and Strings")
("read-bytes-line" "(read-bytes-line [input-port mode-symbol])" "mzscheme-Z-H-11.html" "node_kw_definitionread-bytes-line" "Reading Bytes, Characters, and Strings")
("read-case-sensitive" "(read-case-sensitive [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-case-sensitive" "Parsing")
("read-char-or-special" "(read-char-or-special [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionread-char-or-special" "Reading Bytes, Characters, and Strings")
("read-curly-brace-as-paren" "(read-curly-brace-as-paren [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-curly-brace-as-paren" "Parsing")
("read-decimal-as-inexact" "(read-decimal-as-inexact [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-decimal-as-inexact" "Parsing")
("read-eval-print-loop" "(read-eval-print-loop)" "mzscheme-Z-H-14.html" "node_kw_definitionread-eval-print-loop" "Eval and Load")
("read-honu" "(read-honu [input-port])" "mzscheme-Z-H-19.html" "node_kw_definitionread-honu" "Honu")
("read-honu-syntax" "(read-honu-syntax [source-name-v input-port])" "mzscheme-Z-H-19.html" "node_kw_definitionread-honu-syntax" "Honu")
("read-image-from-file" "(read-image-from-file file-path arg-vector)" "mzscheme-Z-H-14.html" "node_kw_definitionread-image-from-file" "Saving and Restoring Program Images")
("read-line" "(read-line [input-port mode-symbol])" "mzscheme-Z-H-11.html" "node_kw_definitionread-line" "Reading Bytes, Characters, and Strings")
("read-square-bracket-as-paren" "(read-square-bracket-as-paren [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionread-square-bracket-as-paren" "Parsing")
("read-string" "(read-string k [input-port])" "mzscheme-Z-H-11.html" "node_kw_definitionread-string" "Reading Bytes, Characters, and Strings")
("read-string!" "(read-string! string [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionread-string!" "Reading Bytes, Characters, and Strings")
("read-syntax" "(read-syntax [source-name-v input-port])" "mzscheme-Z-H-12.html" "node_kw_definitionread-syntax" "Syntax Objects")
("read-syntax/recursive" "(read-syntax/recursive [source-name-v input-port char-or-false readtable])" "mzscheme-Z-H-11.html" "node_kw_definitionread-syntax/recursive" "Recursive Reads")
("read/recursive" "(read/recursive [input-port char-or-false readtable])" "mzscheme-Z-H-11.html" "node_kw_definitionread/recursive" "Recursive Reads")
("readtable-mapping" "(readtable-mapping readtable char)" "mzscheme-Z-H-11.html" "node_kw_definitionreadtable-mapping" "Customizing the Reader through Readtables")
("real->floating-point-bytes" "(real->floating-point-bytes x size-n [big-endian? to-string])" "mzscheme-Z-H-3.html" "node_kw_definitionreal->floating-point-bytes" "Numbers")
("regexp" "(regexp string)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp" "Regular Expressions")
("regexp-match" "(regexp-match pattern bytes [start-k end-k output-port])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match/bytes" "Regular Expressions")
("regexp-match" "(regexp-match pattern input-port [start-k end-k output-port])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match/port" "Regular Expressions")
("regexp-match" "(regexp-match pattern string [start-k end-k output-port])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match/string" "Regular Expressions")
("regexp-match-peek" "(regexp-match-peek pattern input-port [start-k end-k progress-evt])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match-peek" "Regular Expressions")
("regexp-match-peek-immediate" "(regexp-match-peek-immediate pattern input-port [start-k end-k progress-evt])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match-peek-immediate" "Regular Expressions")
("regexp-match-peek-positions" "(regexp-match-peek-positions pattern input-port [start-k end-k progress-evt])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match-peek-positions" "Regular Expressions")
("regexp-match-peek-positions-immediate" "(regexp-match-peek-positions-immediate pattern input-port [start-k end-k progress-evt])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match-peek-positions-immediate" "Regular Expressions")
("regexp-match-positions" "(regexp-match-positions pattern string/bytes/input-port [start-k end-k output-port])" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-match-positions" "Regular Expressions")
("regexp-replace" "(regexp-replace byte-pattern string-or-bytes insert-string-or-bytes)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace/bytes" "Regular Expressions")
("regexp-replace" "(regexp-replace byte-pattern string-or-bytes proc)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace/bytes/proc" "Regular Expressions")
("regexp-replace" "(regexp-replace char-pattern string insert-string)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace" "Regular Expressions")
("regexp-replace" "(regexp-replace char-pattern string proc)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace/proc" "Regular Expressions")
("regexp-replace*" "(regexp-replace* byte-pattern bytes insert-bytes)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace*/bytes" "Regular Expressions")
("regexp-replace*" "(regexp-replace* byte-pattern bytes proc)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace*/bytes/proc" "Regular Expressions")
("regexp-replace*" "(regexp-replace* char-pattern string proc)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace*/proc" "Regular Expressions")
("regexp-replace*" "(regexp-replace* pattern string insert-string)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp-replace*" "Regular Expressions")
("regexp?" "(regexp? v)" "mzscheme-Z-H-10.html" "node_kw_definitionregexp_Q_" "Regular Expressions")
("relative-path?" "(relative-path? path)" "mzscheme-Z-H-11.html" "node_kw_definitionrelative-path_Q_" "Paths")
("rename-file-or-directory" "(rename-file-or-directory old-path new-path [exists-ok?])" "mzscheme-Z-H-11.html" "node_kw_definitionrename-file-or-directory" "Files")
("rename-transformer-target" "(rename-transformer-target transformer)" "mzscheme-Z-H-12.html" "node_kw_definitionrename-transformer-target" "Macro Expansion")
("rename-transformer?" "(rename-transformer? v)" "mzscheme-Z-H-12.html" "node_kw_definitionrename-transformer_Q_" "Macro Expansion")
("resolve-path" "(resolve-path path)" "mzscheme-Z-H-11.html" "node_kw_definitionresolve-path" "Paths")
("reverse!" "(reverse! list)" "mzscheme-Z-H-3.html" "node_kw_definitionreverse!" "Lists")
("seconds->date" "(seconds->date secs-n)" "mzscheme-Z-H-15.html" "node_kw_definitionseconds->date" "Real Time and Date")
("security-guard?" "(security-guard? v)" "mzscheme-Z-H-9.html" "node_kw_definitionsecurity-guard_Q_" "Security Guards")
("semaphore-peek-evt" "(semaphore-peek-evt sema)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore-peek-evt" "Semaphores")
("semaphore-post" "(semaphore-post sema)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore-post" "Semaphores")
("semaphore-try-wait?" "(semaphore-try-wait? sema)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore-try-wait_Q_" "Semaphores")
("semaphore-wait" "(semaphore-wait sema)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore-wait" "Semaphores")
("semaphore-wait/enable-break" "(semaphore-wait/enable-break sema)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore-wait/enable-break" "Semaphores")
("semaphore?" "(semaphore? v)" "mzscheme-Z-H-7.html" "node_kw_definitionsemaphore_Q_" "Semaphores")
("set!-transformer-procedure" "(set!-transformer-procedure transformer)" "mzscheme-Z-H-12.html" "node_kw_definitionset!-transformer-procedure" "Macro Expansion")
("set!-transformer?" "(set!-transformer? v)" "mzscheme-Z-H-12.html" "node_kw_definitionset!-transformer_Q_" "Macro Expansion")
("set-box!" "(set-box! mutable-box v)" "mzscheme-Z-H-3.html" "node_kw_definitionset-box!" "Boxes")
("shell-execute" "(shell-execute verb-string target-string parameters-string dir-path show-mode-symbol)" "mzscheme-Z-H-15.html" "node_kw_definitionshell-execute" "Windows Actions")
("simplify-path" "(simplify-path path [use-filesystem?])" "mzscheme-Z-H-11.html" "node_kw_definitionsimplify-path" "Paths")
("sleep" "(sleep [x])" "mzscheme-Z-H-7.html" "node_kw_definitionsleep" "Additional Thread Utilities")
("special-comment-value" "(special-comment-value sc)" "mzscheme-Z-H-11.html" "node_kw_definitionspecial-comment-value" "Special Comments")
("special-comment?" "(special-comment? v)" "mzscheme-Z-H-11.html" "node_kw_definitionspecial-comment_Q_" "Special Comments")
("split-path" "(split-path path)" "mzscheme-Z-H-11.html" "node_kw_definitionsplit-path" "Paths")
("string->bytes/latin-1" "(string->bytes/latin-1 string [err-byte start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionstring->bytes/latin-1" "Byte Strings")
("string->bytes/locale" "(string->bytes/locale string [err-byte start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionstring->bytes/locale" "Byte Strings")
("string->bytes/utf-8" "(string->bytes/utf-8 string [err-byte start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionstring->bytes/utf-8" "Byte Strings")
("string->immutable-string" "(string->immutable-string string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring->immutable-string" "Strings")
("string->keyword" "(string->keyword string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring->keyword" "Keywords")
("string->path" "(string->path string)" "mzscheme-Z-H-11.html" "node_kw_definitionstring->path" "Paths")
("string->uninterned-symbol" "(string->uninterned-symbol string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring->uninterned-symbol" "Symbols")
("string-copy!" "(string-copy! dest-string dest-start-k src-string [src-start-k src-end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionstring-copy!" "Strings")
("string-downcase" "(string-downcase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-downcase" "Strings")
("string-foldcase" "(string-foldcase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-foldcase" "Strings")
("string-locale-ci<?" "(string-locale-ci<? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale-ci<_Q_" "Strings")
("string-locale-ci=?" "(string-locale-ci=? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale-ci=_Q_" "Strings")
("string-locale-ci>?" "(string-locale-ci>? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale-ci>_Q_" "Strings")
("string-locale-downcase" "(string-locale-downcase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale-downcase" "Strings")
("string-locale-upcase" "(string-locale-upcase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale-upcase" "Strings")
("string-locale<?" "(string-locale<? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale<_Q_" "Strings")
("string-locale=?" "(string-locale=? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale=_Q_" "Strings")
("string-locale>?" "(string-locale>? string1 string2 ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-locale>_Q_" "Strings")
("string-normalize-nfc" "(string-normalize-nfc string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-normalize-nfc" "Strings")
("string-normalize-nfd" "(string-normalize-nfd string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-normalize-nfd" "Strings")
("string-normalize-nfkc" "(string-normalize-nfkc string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-normalize-nfkc" "Strings")
("string-normalize-nfkd" "(string-normalize-nfkd string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-normalize-nfkd" "Strings")
("string-titlecase" "(string-titlecase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-titlecase" "Strings")
("string-upcase" "(string-upcase string)" "mzscheme-Z-H-3.html" "node_kw_definitionstring-upcase" "Strings")
("string-utf-8-length" "(string-utf-8-length string [start-k end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionstring-utf-8-length" "Byte Strings")
("struct->vector" "(struct->vector v [opaque-v])" "mzscheme-Z-H-4.html" "node_kw_definitionstruct->vector" "Structure Utilities")
("struct-accessor-procedure?" "(struct-accessor-procedure? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-accessor-procedure_Q_" "Structure Utilities")
("struct-constructor-procedure?" "(struct-constructor-procedure? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-constructor-procedure_Q_" "Structure Utilities")
("struct-info" "(struct-info v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-info" "Structure Inspectors")
("struct-mutator-procedure?" "(struct-mutator-procedure? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-mutator-procedure_Q_" "Structure Utilities")
("struct-predicate-procedure?" "(struct-predicate-procedure? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-predicate-procedure_Q_" "Structure Utilities")
("struct-type-info" "(struct-type-info struct-type)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-type-info" "Structure Inspectors")
("struct-type-make-constructor" "(struct-type-make-constructor struct-type)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-type-make-constructor" "Structure Inspectors")
("struct-type-make-predicate" "(struct-type-make-predicate struct-type)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-type-make-predicate" "Structure Inspectors")
("struct-type-property?" "(struct-type-property? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-type-property_Q_" "Structure Type Properties")
("struct-type?" "(struct-type? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct-type_Q_" "Structure Utilities")
("struct?" "(struct? v)" "mzscheme-Z-H-4.html" "node_kw_definitionstruct_Q_" "Structure Utilities")
("sub1" "(sub1 z)" "mzscheme-Z-H-3.html" "node_kw_definitionsub1" "Numbers")
("subbytes" "(subbytes bytes start-k [end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionsubbytes" "Byte Strings")
("subprocess" "(subprocess stdout-output-port stdin-input-port stderr-output-port command-path arg-string ...)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess" "Operating System Processes")
("subprocess-kill" "(subprocess-kill subprocess force?)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess-kill" "Operating System Processes")
("subprocess-pid" "(subprocess-pid subprocess)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess-pid" "Operating System Processes")
("subprocess-status" "(subprocess-status subprocess)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess-status" "Operating System Processes")
("subprocess-wait" "(subprocess-wait subprocess)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess-wait" "Operating System Processes")
("subprocess?" "(subprocess? v)" "mzscheme-Z-H-15.html" "node_kw_definitionsubprocess_Q_" "Operating System Processes")
("substring" "(substring string start-k [end-k])" "mzscheme-Z-H-3.html" "node_kw_definitionsubstring" "Strings")
("sync" "(sync evt ...1)" "mzscheme-Z-H-7.html" "node_kw_definitionsync" "Synchronizing Events")
("sync/enable-break" "(sync/enable-break evt ...1)" "mzscheme-Z-H-7.html" "node_kw_definitionsync/enable-break" "Synchronizing Events")
("sync/timeout" "(sync/timeout timeout evt ...1)" "mzscheme-Z-H-7.html" "node_kw_definitionsync/timeout" "Synchronizing Events")
("sync/timeout/enable-break" "(sync/timeout/enable-break timeout evt ...1)" "mzscheme-Z-H-7.html" "node_kw_definitionsync/timeout/enable-break" "Synchronizing Events")
("syntax->list" "(syntax->list stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax->list" "Syntax Object Content")
("syntax-column" "(syntax-column stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-column" "Syntax Object Content")
("syntax-e" "(syntax-e stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-e" "Syntax Object Content")
("syntax-graph?" "(syntax-graph? stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-graph_Q_" "Syntax Object Content")
("syntax-line" "(syntax-line stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-line" "Syntax Object Content")
("syntax-local-bind-syntaxes" "(syntax-local-bind-syntaxes id-list expr-or-false intdef-ctx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-bind-syntaxes" "Macro Expansion")
("syntax-local-certifier" "(syntax-local-certifier)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-certifier" "Macro Expansion")
("syntax-local-context" "(syntax-local-context)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-context" "Macro Expansion")
("syntax-local-get-shadower" "(syntax-local-get-shadower identifier)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-get-shadower" "Macro Expansion")
("syntax-local-introduce" "(syntax-local-introduce stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-introduce" "Macro Expansion")
("syntax-local-lift-expression" "(syntax-local-lift-expression stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-lift-expression" "Macro Expansion")
("syntax-local-lift-module-end-declaration" "(syntax-local-lift-module-end-declaration stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-lift-module-end-declaration" "Macro Expansion")
("syntax-local-make-definition-context" "(syntax-local-make-definition-context)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-make-definition-context" "Macro Expansion")
("syntax-local-name" "(syntax-local-name)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-name" "Macro Expansion")
("syntax-local-value" "(syntax-local-value id-stx [failure-thunk])" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-local-value" "Macro Expansion")
("syntax-object->datum" "(syntax-object->datum stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-object->datum" "Syntax Object Content")
("syntax-original?" "(syntax-original? stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-original_Q_" "Syntax Object Content")
("syntax-position" "(syntax-position stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-position" "Syntax Object Content")
("syntax-property" "(syntax-property stx key-v v)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-property" "Syntax Object Properties")
("syntax-property" "(syntax-property stx key-v)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-property/get" "Syntax Object Properties")
("syntax-property-symbol-keys" "(syntax-property-symbol-keys stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-property-symbol-keys" "Syntax Object Properties")
("syntax-recertify" "(syntax-recertify new-stx old-stx inspector key-v)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-recertify" "Checking and Transferring Certificates")
("syntax-source" "(syntax-source stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-source" "Syntax Object Content")
("syntax-source-module" "(syntax-source-module stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-source-module" "Syntax Object Content")
("syntax-span" "(syntax-span stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-span" "Syntax Object Content")
("syntax-track-origin" "(syntax-track-origin new-stx orig-stx id-stx)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-track-origin" "Syntax Object Properties")
("syntax-transforming?" "(syntax-transforming?)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-transforming_Q_" "Macro Expansion")
("syntax?" "(syntax? v)" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax_Q_" "Syntax Object Content")
("system-big-endian?" "(system-big-endian?)" "mzscheme-Z-H-3.html" "node_kw_definitionsystem-big-endian_Q_" "Numbers")
("system-language+country" "(system-language+country)" "mzscheme-Z-H-15.html" "node_kw_definitionsystem-language+country" "Runtime Information")
("system-library-subpath" "(system-library-subpath [variant?])" "mzscheme-Z-H-15.html" "node_kw_definitionsystem-library-subpath" "Runtime Information")
("system-type" "(system-type [mode])" "mzscheme-Z-H-15.html" "node_kw_definitionsystem-type" "Runtime Information")
("tcp-abandon-port" "(tcp-abandon-port tcp-port)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-abandon-port" "TCP")
("tcp-accept" "(tcp-accept tcp-listener)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-accept" "TCP")
("tcp-accept-evt" "(tcp-accept-evt tcp-listener)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-accept-evt" "TCP")
("tcp-accept-ready?" "(tcp-accept-ready? tcp-listener)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-accept-ready_Q_" "TCP")
("tcp-accept/enable-break" "(tcp-accept/enable-break tcp-listener)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-accept/enable-break" "TCP")
("tcp-addresses" "(tcp-addresses tcp-port)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-addresses" "TCP")
("tcp-close" "(tcp-close tcp-listener)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-close" "TCP")
("tcp-connect" "(tcp-connect hostname-string port-k [local-hostname-string-or-false local-port-k-or-false])" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-connect" "TCP")
("tcp-connect/enable-break" "(tcp-connect/enable-break hostname-string port-k [local-hostname-string local-port-k])" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-connect/enable-break" "TCP")
("tcp-listen" "(tcp-listen port-k [max-allow-wait-k reuse? hostname-string-or-false])" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-listen" "TCP")
("tcp-listener?" "(tcp-listener? v)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-listener_Q_" "TCP")
("tcp-port?" "(tcp-port? v)" "mzscheme-Z-H-11.html" "node_kw_definitiontcp-port_Q_" "TCP")
("terminal-port?" "(terminal-port? port)" "mzscheme-Z-H-11.html" "node_kw_definitionterminal-port_Q_" "Ports")
("thread" "(thread thunk)" "mzscheme-Z-H-7.html" "node_kw_definitionthread" "Threads")
("thread-cell-ref" "(thread-cell-ref cell)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-cell-ref" "Thread-Local Storage Cells")
("thread-cell-set!" "(thread-cell-set! cell v)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-cell-set!" "Thread-Local Storage Cells")
("thread-cell?" "(thread-cell? v)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-cell_Q_" "Thread-Local Storage Cells")
("thread-dead-evt" "(thread-dead-evt thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-dead-evt" "Synchronizing Thread State")
("thread-dead?" "(thread-dead? thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-dead_Q_" "Additional Thread Utilities")
("thread-group?" "(thread-group? v)" "mzscheme-Z-H-9.html" "node_kw_definitionthread-group_Q_" "Thread Groups")
("thread-resume" "(thread-resume thread [thread-or-custodian])" "mzscheme-Z-H-7.html" "node_kw_definitionthread-resume" "Suspending, Resuming, and Killing Threads")
("thread-resume-evt" "(thread-resume-evt thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-resume-evt" "Synchronizing Thread State")
("thread-running?" "(thread-running? thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-running_Q_" "Additional Thread Utilities")
("thread-suspend" "(thread-suspend thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-suspend" "Suspending, Resuming, and Killing Threads")
("thread-suspend-evt" "(thread-suspend-evt thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-suspend-evt" "Synchronizing Thread State")
("thread-wait" "(thread-wait thread)" "mzscheme-Z-H-7.html" "node_kw_definitionthread-wait" "Synchronizing Thread State")
("thread/suspend-to-kill" "(thread/suspend-to-kill thunk)" "mzscheme-Z-H-7.html" "node_kw_definitionthread/suspend-to-kill" "Suspending, Resuming, and Killing Threads")
("thread?" "(thread? v)" "mzscheme-Z-H-7.html" "node_kw_definitionthread_Q_" "Additional Thread Utilities")
("time-apply" "(time-apply proc arg-list)" "mzscheme-Z-H-15.html" "node_kw_definitiontime-apply" "Timing Execution")
("udp-bind!" "(udp-bind! udp-socket hostname-string-or-false port-k)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-bind!" "UDP")
("udp-bound?" "(udp-bound? udp-socket)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-bound_Q_" "UDP")
("udp-close" "(udp-close udp-socket)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-close" "UDP")
("udp-connect!" "(udp-connect! udp-socket hostname-string-or-false port-k-or-false)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-connect!" "UDP")
("udp-connected?" "(udp-connected? udp-socket)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-connected_Q_" "UDP")
("udp-open-socket" "(udp-open-socket [family-hostname-string-or-false family-port-k-or-false])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-open-socket" "UDP")
("udp-receive!" "(udp-receive! udp-socket mutable-bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-receive!" "UDP")
("udp-receive!*" "(udp-receive!* udp-socket mutable-bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-receive!*" "UDP")
("udp-receive!-evt" "(udp-receive!-evt udp-socket bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-receive!-evt" "UDP")
("udp-receive!/enable-break" "(udp-receive!/enable-break udp-socket mutable-bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-receive!/enable-break" "UDP")
("udp-receive-ready-evt" "(udp-receive-ready-evt udp-socket)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-receive-ready-evt" "UDP")
("udp-send" "(udp-send udp-socket bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send" "UDP")
("udp-send*" "(udp-send* udp-socket bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send*" "UDP")
("udp-send-evt" "(udp-send-evt udp-socket bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-evt" "UDP")
("udp-send-ready-evt" "(udp-send-ready-evt udp-socket)" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-ready-evt" "UDP")
("udp-send-to" "(udp-send-to udp-socket hostname-address port-k bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-to" "UDP")
("udp-send-to*" "(udp-send-to* udp-socket hostname-address port-k bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-to*" "UDP")
("udp-send-to-evt" "(udp-send-to-evt udp-socket hostname-address port-k bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-to-evt" "UDP")
("udp-send-to/enable-break" "(udp-send-to/enable-break udp-socket hostname-address port-k bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send-to/enable-break" "UDP")
("udp-send/enable-break" "(udp-send/enable-break udp-socket bytes [start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionudp-send/enable-break" "UDP")
("udp?" "(udp? v)" "mzscheme-Z-H-11.html" "node_kw_definitionudp_Q_" "UDP")
("unbox" "(unbox box)" "mzscheme-Z-H-3.html" "node_kw_definitionunbox" "Boxes")
("use-compiled-file-paths" "(use-compiled-file-paths [path-list])" "mzscheme-Z-H-7.html" "node_kw_definitionuse-compiled-file-paths" "Loading")
("use-user-specific-search-paths" "(use-user-specific-search-paths [on?])" "mzscheme-Z-H-7.html" "node_kw_definitionuse-user-specific-search-paths" "Loading")
("vector->immutable-vector" "(vector->immutable-vector vec)" "mzscheme-Z-H-3.html" "node_kw_definitionvector->immutable-vector" "Vectors")
("vector->pseudo-random-generator" "(vector->pseudo-random-generator vec)" "mzscheme-Z-H-3.html" "node_kw_definitionvector->pseudo-random-generator" "Numbers")
("vector-immutable" "(vector-immutable v ...1)" "mzscheme-Z-H-3.html" "node_kw_definitionvector-immutable" "Vectors")
("vector-set-performance-stats!" "(vector-set-performance-stats! mutable-vector [thread])" "mzscheme-Z-H-15.html" "node_kw_definitionvector-set-performance-stats!" "Runtime Information")
("version" "(version)" "mzscheme-Z-H-15.html" "node_kw_definitionversion" "Runtime Information")
("void" "(void v ...)" "mzscheme-Z-H-3.html" "node_kw_definitionvoid" "Void and Undefined")
("void?" "(void? v)" "mzscheme-Z-H-3.html" "node_kw_definitionvoid_Q_" "Void and Undefined")
("weak-box-value" "(weak-box-value weak-box)" "mzscheme-Z-H-13.html" "node_kw_definitionweak-box-value" "Weak Boxes")
("weak-box?" "(weak-box? v)" "mzscheme-Z-H-13.html" "node_kw_definitionweak-box_Q_" "Weak Boxes")
("will-execute" "(will-execute executor)" "mzscheme-Z-H-13.html" "node_kw_definitionwill-execute" "Will Executors")
("will-executor?" "(will-executor? v)" "mzscheme-Z-H-13.html" "node_kw_definitionwill-executor_Q_" "Will Executors")
("will-register" "(will-register executor v proc)" "mzscheme-Z-H-13.html" "node_kw_definitionwill-register" "Will Executors")
("will-try-execute" "(will-try-execute executor)" "mzscheme-Z-H-13.html" "node_kw_definitionwill-try-execute" "Will Executors")
("wrap-evt" "(wrap-evt evt wrap-proc)" "mzscheme-Z-H-7.html" "node_kw_definitionwrap-evt" "Synchronizing Events")
("write-byte" "(write-byte byte [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-byte" "Writing Bytes, Characters, and Strings")
("write-bytes" "(write-bytes bytes [output-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-bytes" "Writing Bytes, Characters, and Strings")
("write-bytes-avail" "(write-bytes-avail bytes [output-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-bytes-avail" "Writing Bytes, Characters, and Strings")
("write-bytes-avail*" "(write-bytes-avail* bytes [output-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-bytes-avail*" "Writing Bytes, Characters, and Strings")
("write-bytes-avail-evt" "(write-bytes-avail-evt bytes [output-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-bytes-avail-evt" "Writing Bytes, Characters, and Strings")
("write-bytes-avail/enable-break" "(write-bytes-avail/enable-break bytes [input-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-bytes-avail/enable-break" "Writing Bytes, Characters, and Strings")
("write-image-to-file" "(write-image-to-file file-path [cont-proc])" "mzscheme-Z-H-14.html" "node_kw_definitionwrite-image-to-file" "Saving and Restoring Program Images")
("write-special" "(write-special v [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-special" "Writing Bytes, Characters, and Strings")
("write-special-avail*" "(write-special-avail* v [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-special-avail*" "Writing Bytes, Characters, and Strings")
("write-special-evt" "(write-special-evt v [output-port])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-special-evt" "Writing Bytes, Characters, and Strings")
("write-string" "(write-string string [output-port start-k end-k])" "mzscheme-Z-H-11.html" "node_kw_definitionwrite-string" "Writing Bytes, Characters, and Strings")
("\\#%variable-reference" "#%variable-reference syntax" "mzscheme-Z-H-2.html" "node_kw_definition\\_H_\\%variable-reference" "Variable Reference")
("always-evt" "always-evt" "mzscheme-Z-H-7.html" "node_kw_definitionalways-evt" "Synchronizing Events")
("arity-at-least" "arity-at-least keyword" "mzscheme-Z-H-3.html" "node_kw_definitionarity-at-least" "Arity")
("arity-at-least?" "arity-at-least?" "mzscheme-Z-H-3.html" "node_kw_definitionarity-at-least_Q_" "Arity")
("begin-for-syntax" "begin-for-syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionbegin-for-syntax" "Transformer Environments")
("begin0" "begin0 syntax" "mzscheme-Z-H-2.html" "node_kw_definitionbegin0" "Sequences")
("call-with-escape-continuation" "call-with-escape-continuation" "mzscheme-Z-H-6.html" "node_kw_definitioncall-with-escape-continuation" "Continuations")
("call/cc" "call/cc" "mzscheme-Z-H-6.html" "node_kw_definitioncall/cc" "Continuations")
("call/ec" "call/ec" "mzscheme-Z-H-6.html" "node_kw_definitioncall/ec" "Continuations")
("case-lambda" "case-lambda syntax" "mzscheme-Z-H-2.html" "node_kw_definitioncase-lambda" "Case-Lambda")
("date" "date keyword" "mzscheme-Z-H-15.html" "node_kw_definitiondate" "Real Time and Date")
("define" "define keyword" "mzscheme-Z-H-2.html" "node_kw_definitiondefine" "Definitions")
("define-for-syntax" "define-for-syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitiondefine-for-syntax" "Transformer Environments")
("define-struct" "define-struct syntax" "mzscheme-Z-H-4.html" "node_kw_definitiondefine-struct" "Defining Structure Types")
("define-syntaxes" "define-syntaxes syntax" "mzscheme-Z-H-12.html" "node_kw_definitiondefine-syntaxes" "Binding Multiple Syntax Identifiers")
("define-values" "define-values syntax" "mzscheme-Z-H-2.html" "node_kw_definitiondefine-values" "Definitions")
("define-values-for-syntaxes" "define-values-for-syntaxes syntax" "mzscheme-Z-H-12.html" "node_kw_definitiondefine-values-for-syntaxes" "Transformer Environments")
("exn:srclocs-accessor" "exn:srclocs-accessor" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_srclocs-accessor" "Primitive Exceptions")
("exn:srclocs?" "exn:srclocs?" "mzscheme-Z-H-6.html" "node_kw_definitionexn_C_srclocs_Q_" "Primitive Exceptions")
("file" "file keyword" "mzscheme-Z-H-5.html" "node_kw_definitionfile" "Module Paths")
("fluid-let" "fluid-let syntax" "mzscheme-Z-H-2.html" "node_kw_definitionfluid-let" "Fluid-Let")
("let*-values" "let*-values syntax" "mzscheme-Z-H-2.html" "node_kw_definitionlet*-values" "Local Bindings")
("let-struct" "let-struct syntax" "mzscheme-Z-H-4.html" "node_kw_definitionlet-struct" "Defining Structure Types")
("let-syntaxes" "let-syntaxes syntax" "mzscheme-Z-H-12.html" "node_kw_definitionlet-syntaxes" "Binding Multiple Syntax Identifiers")
("let-values" "let-values syntax" "mzscheme-Z-H-2.html" "node_kw_definitionlet-values" "Local Bindings")
("let/cc" "let/cc syntax" "mzscheme-Z-H-6.html" "node_kw_definitionlet/cc" "Continuations")
("let/ec" "let/ec syntax" "mzscheme-Z-H-6.html" "node_kw_definitionlet/ec" "Continuations")
("letrec-syntaxes" "letrec-syntaxes syntax" "mzscheme-Z-H-12.html" "node_kw_definitionletrec-syntaxes" "Binding Multiple Syntax Identifiers")
("letrec-syntaxes+values" "letrec-syntaxes+values syntax" "mzscheme-Z-H-12.html" "node_kw_definitionletrec-syntaxes+values" "Binding Multiple Syntax Identifiers")
("letrec-values" "letrec-values syntax" "mzscheme-Z-H-2.html" "node_kw_definitionletrec-values" "Local Bindings")
("lib" "lib keyword" "mzscheme-Z-H-5.html" "node_kw_definitionlib" "Module Paths")
("make-srcloc" "make-srcloc" "mzscheme-Z-H-11.html" "node_kw_definitionmake-srcloc" "Counting Positions, Lines, and Columns")
("module" "module syntax" "mzscheme-Z-H-5.html" "node_kw_definitionmodule" "Modules")
("never-evt" "never-evt" "mzscheme-Z-H-7.html" "node_kw_definitionnever-evt" "Synchronizing Events")
("null" "null" "mzscheme-Z-H-3.html" "node_kw_definitionnull" "Lists")
("parameterize" "parameterize syntax" "mzscheme-Z-H-7.html" "node_kw_definitionparameterize" "Parameters")
("parameterize-break" "parameterize-break syntax" "mzscheme-Z-H-6.html" "node_kw_definitionparameterize-break" "Breaks")
("planet" "planet keyword" "mzscheme-Z-H-5.html" "node_kw_definitionplanet" "Module Paths")
("prop:custom-write" "prop:custom-write" "mzscheme-Z-H-11.html" "node_kw_definitionprop_C_custom-write" "Customizing the Printer through Custom-Write Procedures")
("prop:evt" "prop:evt" "mzscheme-Z-H-4.html" "node_kw_definitionprop_C_evt" "Structures as Synchronizable Events")
("prop:exn:srclocs" "prop:exn:srclocs" "mzscheme-Z-H-6.html" "node_kw_definitionprop_C_exn_C_srclocs" "Primitive Exceptions")
("provide" "provide syntax" "mzscheme-Z-H-5.html" "node_kw_definitionprovide" "Module Bodies")
("quasisyntax" "quasisyntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionquasisyntax" "Quasiquoting Templates")
("quasisyntax/loc" "quasisyntax/loc syntax" "mzscheme-Z-H-12.html" "node_kw_definitionquasisyntax/loc" "Assigning Source Location")
("quote-syntax" "quote-syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionquote-syntax" "Syntax Objects")
("require" "require syntax" "mzscheme-Z-H-5.html" "node_kw_definitionrequire" "Module Bodies")
("require-for-syntax" "require-for-syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionrequire-for-syntax" "Module Environments")
("require-for-template" "require-for-template syntax" "mzscheme-Z-H-12.html" "node_kw_definitionrequire-for-template" "Module Environments")
("set!-values" "set!-values syntax" "mzscheme-Z-H-2.html" "node_kw_definitionset!-values" "Assignments")
("srcloc" "srcloc keyword" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc" "Counting Positions, Lines, and Columns")
("srcloc-column" "srcloc-column" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc-column" "Counting Positions, Lines, and Columns")
("srcloc-line" "srcloc-line" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc-line" "Counting Positions, Lines, and Columns")
("srcloc-position" "srcloc-position" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc-position" "Counting Positions, Lines, and Columns")
("srcloc-source" "srcloc-source" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc-source" "Counting Positions, Lines, and Columns")
("srcloc-span" "srcloc-span" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc-span" "Counting Positions, Lines, and Columns")
("srcloc?" "srcloc?" "mzscheme-Z-H-11.html" "node_kw_definitionsrcloc_Q_" "Counting Positions, Lines, and Columns")
("struct:arity-at-least" "struct:arity-at-least" "mzscheme-Z-H-3.html" "node_kw_definitionstruct_C_arity-at-least" "Arity")
("struct:exn" "struct:exn" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn" "Primitive Exceptions")
("struct:exn:break" "struct:exn:break" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_break" "Primitive Exceptions")
("struct:exn:fail" "struct:exn:fail" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail" "Primitive Exceptions")
("struct:exn:fail:contract" "struct:exn:fail:contract" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_contract" "Primitive Exceptions")
("struct:exn:fail:contract:arity" "struct:exn:fail:contract:arity" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_contract_C_arity" "Primitive Exceptions")
("struct:exn:fail:contract:continuation" "struct:exn:fail:contract:continuation" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_contract_C_continuation" "Primitive Exceptions")
("struct:exn:fail:contract:divide-by-zero" "struct:exn:fail:contract:divide-by-zero" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_contract_C_divide-by-zero" "Primitive Exceptions")
("struct:exn:fail:contract:variable" "struct:exn:fail:contract:variable" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_contract_C_variable" "Primitive Exceptions")
("struct:exn:fail:filesystem" "struct:exn:fail:filesystem" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_filesystem" "Primitive Exceptions")
("struct:exn:fail:filesystem:exists" "struct:exn:fail:filesystem:exists" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_filesystem_C_exists" "Primitive Exceptions")
("struct:exn:fail:filesystem:version" "struct:exn:fail:filesystem:version" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_filesystem_C_version" "Primitive Exceptions")
("struct:exn:fail:network" "struct:exn:fail:network" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_network" "Primitive Exceptions")
("struct:exn:fail:out-of-memory" "struct:exn:fail:out-of-memory" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_out-of-memory" "Primitive Exceptions")
("struct:exn:fail:read" "struct:exn:fail:read" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_read" "Primitive Exceptions")
("struct:exn:fail:read:eof" "struct:exn:fail:read:eof" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_read_C_eof" "Primitive Exceptions")
("struct:exn:fail:read:non-char" "struct:exn:fail:read:non-char" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_read_C_non-char" "Primitive Exceptions")
("struct:exn:fail:syntax" "struct:exn:fail:syntax" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_syntax" "Primitive Exceptions")
("struct:exn:fail:unsupported" "struct:exn:fail:unsupported" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_unsupported" "Primitive Exceptions")
("struct:exn:fail:user" "struct:exn:fail:user" "mzscheme-Z-H-6.html" "node_kw_definitionstruct_C_exn_C_fail_C_user" "Primitive Exceptions")
("struct:srcloc" "struct:srcloc" "mzscheme-Z-H-11.html" "node_kw_definitionstruct_C_srcloc" "Counting Positions, Lines, and Columns")
("syntax" "syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax" "syntax-rules Extensions")
("syntax-case" "syntax-case syntax" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-case" "Syntax Patterns")
("syntax-case*" "syntax-case* syntax" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-case*" "Syntax Patterns")
("syntax-id-rules" "syntax-id-rules keyword" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax-id-rules" "syntax-rules Extensions")
("syntax/loc" "syntax/loc syntax" "mzscheme-Z-H-12.html" "node_kw_definitionsyntax/loc" "Assigning Source Location")
("time" "time syntax" "mzscheme-Z-H-15.html" "node_kw_definitiontime" "Timing Execution")
("unless" "unless syntax" "mzscheme-Z-H-2.html" "node_kw_definitionunless" "When and Unless")
("unsyntax" "unsyntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionunsyntax" "Quasiquoting Templates")
("unsyntax-splicing" "unsyntax-splicing syntax" "mzscheme-Z-H-12.html" "node_kw_definitionunsyntax-splicing" "Quasiquoting Templates")
("when" "when syntax" "mzscheme-Z-H-2.html" "node_kw_definitionwhen" "When and Unless")
("with-continuation-mark" "with-continuation-mark syntax" "mzscheme-Z-H-6.html" "node_kw_definitionwith-continuation-mark" "Continuation Marks")
("with-handlers" "with-handlers syntax" "mzscheme-Z-H-6.html" "node_kw_definitionwith-handlers" "Exceptions")
("with-handlers*" "with-handlers* syntax" "mzscheme-Z-H-6.html" "node_kw_definitionwith-handlers*" "Exceptions")
("with-syntax" "with-syntax syntax" "mzscheme-Z-H-12.html" "node_kw_definitionwith-syntax" "Binding Pattern Variables")
)