pull/1/head
Marrub 2018-02-08 14:50:19 +00:00 committed by GitHub
parent 9e0837fcbe
commit e71294fa49
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@ class Name [: BaseClass] [Class flags...];
[Class content...]
```
If the class is defined within the same archive as the current file, then one can continue a class definition with the syntax:
```
extend class Name
```
In place of the class header.
Class flags
-----------