Well yes and no.
TC does not currently support the CALL-CONVENTION syntax in the
SPECIAL-NAMES section.
SPECIAL-NAMES.
CALL-CONVENTION 0 IS WINAPI
...
But it does support the WINAPI (PASCAL) call convention using an syntax
extension.
CALL WINAPI { literal-1 | identifier-1 } ...
See examples in the 't25' and 't33' directories.
Mohammad Shamsi wrote:
>
> Does tinycobol supports CALL-CONVENTION?
|