mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 02:52:18 +00:00
Update README.textile
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user