7 lines
149 B
Racket
7 lines
149 B
Racket
#lang scribble/base
|
|
|
|
@; Check that a macro-introduced `include-section' works:
|
|
@(define-syntax-rule (inc) (include-section "diamond.scrbl"))
|
|
|
|
@(inc)
|