reusing racket/base's implementation of do

This commit is contained in:
Danny Yoo 2012-02-19 18:28:04 -05:00
parent d0bc25c83a
commit b0a76bb2bb
2 changed files with 3 additions and 2 deletions

View File

@ -118,6 +118,7 @@
or or
when when
unless unless
do
require require
for-syntax for-syntax
for-template for-template

View File

@ -7,4 +7,4 @@
(provide version) (provide version)
(: version String) (: version String)
(define version "1.154") (define version "1.155")