CoCoA:Grammar/Package: Difference between revisions

From ApCoCoAWiki
Fran (talk | contribs)
No edit summary
Dheldt (talk | contribs)
tidying up the wiki...
 
(One intermediate revision by the same user not shown)
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