Created
January 11, 2025 11:02
-
-
Save spdegabrielle/71158573b097c0fed0222adf52a020cf to your computer and use it in GitHub Desktop.
R16 description and example of backticks in markdown
This file contains hidden or 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
An instance of R16 `!rkt`, the Racket ‘trick-bot’, can be used to run short pieces of code. | |
Use `!rkt help` for the full list of commands. | |
You can include clode blocks by putting three backticks (\`\`\`) on the lines before and after: | |
```scheme | |
```scheme | |
(define (myfun a) | |
(+ 1 a)) | |
``` | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment