Jump to content

JAI (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:1007:b134:342b:f4b5:5912:9da:f24c (talk) at 07:55, 7 September 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Redirect page

// syntax 'name: type = value;' counter: int = 0; name: string = "JAI modern replacement for C"; average: float = 0.5 * (x+y);