Update README.textile

This commit is contained in:
Enrique García 2011-12-05 19:51:36 +01:00
parent 6099c50497
commit 54ef1b0711

View File

@ -97,7 +97,7 @@ inspect(setmetatable({a=1}, {b=2}) == [[<1>{
}]]) }]])
</pre> </pre>
You may have noticed that all tables are preceded by an @<id>@ string. If a table has already been printed out, @inspect@ will just print @<table id>@ the second time it finds it. This will infinite loops. You may have noticed that all tables are preceded by an @<id>@ string. If a table has already been printed out, @inspect@ will just print @<table id>@ the second time it finds it. This will prevent infinite loops.
<pre> <pre>
a = {1,2} a = {1,2}