#lang scribble/manual @(require scribble/eval) @(require (for-label racket)) @title{Welcome the anaphoric macro package} @defmodule[(planet wcy/anaphora)] @section{Examples} @examples[ (require (planet wcy/anaphora)) (awhen 100 (display it)) (aprogn "10" (string->number it) (+ 10 it) (number->string it) (display (string-append "it is " it))) ]