Wingpath to cease trading on 25 October 2025

From 25 October 2025 we will no longer be selling licences for our software products (ModSnmp, ModMultiSim, Modsak, ModSlaveSim, ModMaster and ModTest).

The website will remain operational until at least 2027 for reference purposes, and for the registration and transfer of product licences.

ModSlaveSim help v3.07 - 5.3.4. Constants

Download manual: HTML

5.3.4. Constants

constant: 
        integer_constant
        floating_constant
      

integer_constant :integer
integer : digit digit*
digit :   0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
      

floating_constant: 
        integer period
        integer period? exponent
        integer? period integer exponent?
period : .
exponent :
         E sign? integer
         e sign? integer
sign :
         +
         -