woollybah 9 лет назад
Родитель
Сommit
3340585471
1 измененных файлов с 5 добавлено и 0 удалено
  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"