Content deleted Content added
Removing merge template after merging (easy-merge) |
m linking |
||
Line 36:
==Syntax and semantics==
Gosu follows a syntax resembling a combination of other languages. For instance, declarations follow more along the lines of [[Pascal (programming language)|Pascal]] with name-first grammar. Gosu classes can have functions, fields, properties, and inner classes as members. Nominal inheritance and composition via [[delegation (object-oriented programming)|delegation]] are built into the type system as well as [[structural typing]] similar to the [[Go (programming language)|Go]] programming language.
Gosu supports several file types:
|