Update README.textile

eLua
Enrique García 13 years ago
parent 6099c50497
commit 54ef1b0711
  1. 2
      README.textile

@ -97,7 +97,7 @@ inspect(setmetatable({a=1}, {b=2}) == [[<1>{
}]])
</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>
a = {1,2}

Loading…
Cancel
Save