comparison website/src/manual.html.luan @ 1882:f8ca4a147ac9

swing
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 07 Apr 2025 22:34:12 -0600
parents c7c7d62f8c62
children
comparison
equal deleted inserted replaced
1881:c7c7d62f8c62 1882:f8ca4a147ac9
2323 Sets the real value of <code>table[index]</code> to <code>value</code>, 2323 Sets the real value of <code>table[index]</code> to <code>value</code>,
2324 without invoking any metamethod. 2324 without invoking any metamethod.
2325 <code>table</code> must be a table, 2325 <code>table</code> must be a table,
2326 <code>index</code> any value different from <b>nil</b>, 2326 <code>index</code> any value different from <b>nil</b>,
2327 and <code>value</code> any Luan value. 2327 and <code>value</code> any Luan value.
2328 Returns the old value of <code>table[index]</code>.
2328 </p> 2329 </p>
2329 <% 2330 <%
2330 end 2331 end
2331 } 2332 }
2332 ["Luan.set_metatable"] = { 2333 ["Luan.set_metatable"] = {