Package DE_EPAGES::TLE::API::SetHandler
This tle handler extens the tle processor with local setted variables. This handler supports the following functions:
- #LOCAL local visible variables
- #SET set variable value without an end
- #GET get variable value
Example |
#LOCAL("Counter", 1) #SET("Counter", #Counter + 1) #Counter == #GET("Counter") #ENDLOCAL |