JAI (programming language): Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 1:
#REDIRECT [[Jonathan Blow#2017–present: Jai Programming Language, untitled sokoban game, and Braid, Anniversary Edition]]
 
// syntax name: type = value;
 
counter: int = 0;name: string = "JAI modern replacement for C";average: float = 0.5 * (x+y);
counter: int = 0;
 
name: string = "JAI modern replacement for C";
 
average: float = 0.5 * (x+y);