7.2

12 Getting ridiculous

If we wanted to make this easier for ourselves—god forbid writing that out every time—we could make a tool, such as the one below:

@(define-syntax-rule (big-bold . text)
   (larger (larger (larger (larger (bold . text))))))

so we just need to write @big-bold{} when making bigger, bolder, text.

Let’s see if it works!

this is a test

The source code for the above text is as follows!:

@big-bold{this is a test}

Looks like it worked!