Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | regionmanager |
- const myrm := regionmanager() - myrm.done() T - print 'myrm=', myrm myrm=F
You can see that after calling the done function the myrm variable still exists, but its value is F.