Difference between revisions of "CoCoA:Grammar/Package"

From ApCoCoAWiki
m (CoCoA5Client:Grammar/Package moved to CoCoA:Grammar/Package: tidying up the wiki...)
(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