Created
August 15, 2018 19:28
-
-
Save bennn/9901db528a7ac3fd8247c1fad55ab2d6 to your computer and use it in GitHub Desktop.
include/reader in a scribble file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang scribble/manual | |
@(require racket/include (for-syntax (prefix-in sr: scribble/reader))) | |
@(include/reader "text.txt" sr:read-syntax-inside) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upper class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to run forever. Along the way, it might raise an exception (but continue running):