Type : CREATION_INTERNE
The script only manipulates macro variables and does not depend on any external data tables.
| 1 | %*Please write test code here;; |
| 2 | %*%asserteq( ,%depby()); |
| 3 | %*%assertne( ,%depby()); |
| 4 | %*%assertref( ); |
| 5 | |
| 6 | %global t; |
| 7 | %depby(option,t); |
| 8 | %put &t.; |
| 9 | %symdel t; |