Difference between revisions of "CoCoA:Grammar/Package"
From ApCoCoAWiki
(tidying up the wiki...) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
− | + | PACKAGE_DECL ::= | |
Package [[PACKAGE_ID]] | Package [[PACKAGE_ID]] | ||
{{fopt|{{flist|[[EXPORT_DECL]] ;}}}} | {{fopt|{{flist|[[EXPORT_DECL]] ;}}}} | ||
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