racket/collects/stepper/examples/bobby.rkt
2012-08-27 23:47:44 -07:00

5 lines
38 B
Racket

#lang racket
(for/list ([z 13])
z)