Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html/index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ <h3>Function Table Types</h3>
<p>A function table is a <em>VariableStatement</em> of the form:

<div class="example">
<code>var</code> <em>x:Identifier</em><code> = [</code><em>f<sub>0</sub>:Identifier</em><code>,</code> <em>f:Identifier</em><code>,</code>&hellip;<code>];</code>
<code>var</code> <em>x<sub>0</sub>:Identifier</em><code> = [</code><em>f<sub>0</sub>:Identifier</em><code>,</code> <em>f<sub>1</sub>:Identifier</em><code>,</code>&hellip;<code>],</code> <em>x<sub>1</sub>:Identifier</em><code> = [</code><em>g<sub>0</sub>:Identifier</em><code>,</code> <em>g<sub>1</sub>:Identifier</em><code>,</code>&hellip;<code>],</code>&hellip;<code>;</code>
</div>

<p>The function table <em>x</em> is stored in
Expand Down