Changes between Version 2 and Version 3 of Namespace
- Timestamp:
- 04/03/12 10:47:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Namespace
v2 v3 4 4 }}} 5 5 6 Declare the namespace the (indented) following contentbelongs to.6 Declare the namespace the (indented) content following the namespace clause belongs to. 7 7 8 8 … … 11 11 Each Identifier within the Namespace sequence must start with an uppercase letter. 12 12 13 May contain14 * [wiki:DocString DocString]15 * [wiki:Class Class Definition]13 A Namespace may contain 14 * A [wiki:CodeDoc DocString] directly after the namespace declaration documenting the Namespace. (Currently not implemented) 15 * [wiki:Classes Class Definition] 16 16 * [wiki:Interface Interface Definition] 17 17 * [wiki:Struct Structure Definition] 18 18 * [wiki:Enum Enumeration] 19 * [wiki: SigSignature ]20 * [wiki: Extends Extension Definition ]19 * [wiki:Delegates Signature ] 20 * [wiki:TypeExtensions Extension Definition ] 21 21 22 22 == Example == … … 24 24 #!cobra 25 25 namespace Test 26 ...26 ... 27 27 28 28 namespace Foo.Bar.Baz