Open main menu

Difference between revisions of "AGIWiki/discard.view"

→‎Examples: dix syntax highlighting
m
(→‎Examples: dix syntax highlighting)
Line 37: Line 37:
The following example uses <code>discard.view</code> to remove view 203 from memory:
The following example uses <code>discard.view</code> to remove view 203 from memory:


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


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

edits