Language - Free-form
About
In a free-form language, you do not have to:
declare all variables, classes, and methods.
be concerned with whether methods are public, private, or protected
implement interfaces.
Variables, parameters, and function return types are not explicitly typed.
Articles Related