From e71294fa495e4ffa4cc85db6473d37dbf6b1e603 Mon Sep 17 00:00:00 2001 From: Marrub Date: Thu, 8 Feb 2018 14:50:19 +0000 Subject: [PATCH] --- zscript-doc.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zscript-doc.md b/zscript-doc.md index 34eeb33..f983035 100644 --- a/zscript-doc.md +++ b/zscript-doc.md @@ -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 -----------