CoCoA:Grammar/Package: Difference between revisions

From ApCoCoAWiki
Fran (talk | contribs)
No edit summary
Dheldt (talk | contribs)
m CoCoA5Client:Grammar/Package moved to CoCoA:Grammar/Package: tidying up the wiki...
(No difference)

Revision as of 17:35, 20 October 2007

Package

Syntax

PACKAGE_DECL ::=
     Package PACKAGE_ID
       [EXPORT_DECL ;]
       [VARIABLE_DECL ;]
       [FUNCTION_DECL]
     EndPackage

Static

Run-time