Open main menu

Difference between revisions of "AGIWiki/discard.view.v"

m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
(fixing link)
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(One intermediate revision by the same user not shown)
Line 37: Line 37:
The following example uses <code>discard.view.v</code> to remove view 203 from memory:
The following example uses <code>discard.view.v</code> to remove view 203 from memory:


<source lang="cpp">
<syntaxhighlight lang="cpp">
  load.view(203);
  load.view(203);
  v100 = 203;
  v100 = 203;
  discard.view.v(v100);
  discard.view.v(v100);
</source>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits