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