Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -1,12 +1,10 @@
|
|||
(phixonline)-->
|
||||
<span style="color: #008080;">procedure</span> <span style="color: #000000;">StoreVar</span><span style="color: #0000FF;">(</span><span style="color: #004080;">integer</span> <span style="color: #000000;">N</span><span style="color: #0000FF;">,</span> <span style="color: #004080;">integer</span> <span style="color: #000000;">NTyp</span><span style="color: #0000FF;">)</span>
|
||||
<span style="color: #000080;font-style:italic;">--
|
||||
-- Store a variable, applying any final operator as needed.
|
||||
-- If N is zero, PopFactor (ie store in a new temporary variable of
|
||||
-- the specified type). Otherwise N should be an index to symtab.
|
||||
-- If storeConst is 1, NTyp is ignored/overridden, otherwise it
|
||||
-- should usually be the declared or local type of N.
|
||||
-- </span>
|
||||
<span style="color: #0000FF;">...</span>
|
||||
<span style="color: #008080;">end</span> <span style="color: #008080;">procedure</span>
|
||||
<!--
|
||||
procedure StoreVar(integer N, integer NTyp)
|
||||
--
|
||||
-- Store a variable, applying any final operator as needed.
|
||||
-- If N is zero, PopFactor (ie store in a new temporary variable of
|
||||
-- the specified type). Otherwise N should be an index to symtab.
|
||||
-- If storeConst is 1, NTyp is ignored/overridden, otherwise it
|
||||
-- should usually be the declared or local type of N.
|
||||
--
|
||||
...
|
||||
end procedure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue