TrustedUser
2,147
edits
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: | ||
< | <source lang="cpp"> | ||
load.view(203); | load.view(203); | ||
v100 = 203; | v100 = 203; | ||
discard.view.v(v100); | discard.view.v(v100); | ||
</ | </source> | ||
== Technical Information == | == Technical Information == |