13 lines
196 B
Racket
13 lines
196 B
Racket
#lang scribble/manual
|
|
|
|
@; An empty filebox
|
|
@filebox["zero.txt"]
|
|
|
|
@filebox["one.txt"]{
|
|
A file box with one thing in it.
|
|
}
|
|
|
|
@filebox["two.txt"
|
|
(tt "A filebox ")
|
|
(tt "with multiple things in it.")]
|