comet

A language built for fun

This project is maintained by cometlang

up

Iterable

inherits Object

Functions as an abstract class in other languages, where it has only minimal functionality and relies on the concrete implementation to provide the basic methods.

methods

Iterator

inherits Object

This is just an interface, but shows what should be returned by the iterator method of Iterable

methods