Browse Source

Added "Implements" keyword.

woollybah 9 years ago
parent
commit
3340585471
1 changed files with 5 additions and 0 deletions
  1. 5 0
      blitz.mod/blitz.bmx

+ 5 - 0
blitz.mod/blitz.bmx

@@ -713,6 +713,11 @@ bbdoc: Specify user defined Type supertype
 keyword: "Extends"
 End Rem
 
+Rem
+bbdoc: Specify user defined Interface(s)
+keyword: "Implements"
+End Rem
+
 Rem
 bbdoc: Begin a Method declaration
 keyword: "Method"