interface

interface NAME { METHOD-SIG ... }
This form creates an interface with the given name.

ProfessorJ Beginner Language