add warning

svn: r5714
This commit is contained in:
Eli Barzilay 2007-03-01 22:19:49 +00:00
parent 60aa1bc6ef
commit 5d34a2eb8f

View File

@ -27,3 +27,6 @@ You can use this collection in several ways:
This will start MzScheme with only the R5RS bindings (with #%require
etc), and a reader that will reject use of square brackets and curly
braces.
(Note: do not use (lib "r5rs.ss" "r5rs") as a module -- it does some
side effects like changing the global namespace.)