CoCoA:Grammar/Package: Difference between revisions

From ApCoCoAWiki
Dheldt (talk | contribs)
m CoCoA5Client:Grammar/Package moved to CoCoA:Grammar/Package: tidying up the wiki...
Dheldt (talk | contribs)
tidying up the wiki...
 
Line 14: Line 14:


==Run-time==
==Run-time==
[[Category:CoCoA5Client]]

Latest revision as of 17:36, 20 October 2007

Package

Syntax

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

Static

Run-time