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

Jump to navigation Jump to search
→‎Examples: Fix syntax highlighting
m
(→‎Examples: Fix syntax highlighting)
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:


<syntax type = "C++">
<source lang="cpp">
  load.view(203);
  load.view(203);
  v100 = 203;
  v100 = 203;
  discard.view.v(v100);
  discard.view.v(v100);
</syntax>
</source>


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

edits

Navigation menu