Show/Hide Toolbars

XSharp Bandol

vodll                  :        (attributes)?
                               (funcprocModifiers)? _DLL
                           ( FUNCTION identifier parameterList (AS datatype)?
                           | PROCEDURE identifier parameterList )
                           (dllcallconv)? :
                             identifierString (. identifierString)?
                             (        REAL_CONST
                         |        . identifierString @? INT_CONST? (# INT_CONST)?
                         )
                           (AUTO | ANSI | UNICODE) ?
                                 eos