@@ -1,10 +1,15 @@
-
+Rem
+bbdoc: Iterable interface
+EndRem
Interface IIterable<T>
Method GetIterator:IIterator<T>()
End Interface
+bbdoc: Iterator interface
Interface IIterator<T>
Method Current:T()