mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
Update README.textile
This commit is contained in:
parent
6099c50497
commit
54ef1b0711
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user