stx_libbasic2.st
changeset 3744 381346e4e81c
parent 3738 7cfb2338f79e
child 3745 9c10dcc405c8
equal deleted inserted replaced
3742:a12020350fa0 3744:381346e4e81c
    39 documentation
    39 documentation
    40 "
    40 "
    41     Package documentation:
    41     Package documentation:
    42 
    42 
    43     This library contains additional basic (nonGUI) classes.
    43     This library contains additional basic (nonGUI) classes.
    44 
    44     These are less fundamental as in libbasic and not required by many stand alone applications.
    45     These are less fundamental as in libbasic and not required by most applications.
       
    46     Beside additional container classes, this includes URL support, Zip support,
    45     Beside additional container classes, this includes URL support, Zip support,
    47     PTY, serial line, sockets and IP addresses, and other less frequently needed things.
    46     PTY, serial line, sockets and IP addresses, and other less frequently needed things.
    48 
    47 
    49     Most real world applications will include this, but it is possible to create 
    48     Most real world applications will include this, but it is possible to create 
    50     small standAlone apps which do not need it.
    49     small standAlone apps which do not need it.