CoCoA:Grammar/Package

From ApCoCoAWiki
Revision as of 17:36, 20 October 2007 by Dheldt (talk | contribs) (tidying up the wiki...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Package

Syntax

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

Static

Run-time