Skip to content

wend0ver/lang-jam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

EZscript programming language

EZscript can interpret and run code, it also has it so numbers can be any type of varible at any time, so a number can be a string, boolean, or just a number.

Install EZscript.exe from the releases section on the right hand side of your screen

Once you launch EZscirpt, you will be asked to enter a file location, this is the location of a .txt file that contains your code inside it. Once you press open file, the code that is inside the file you selected will be ran. Right click on the .txt file and click copy path, then paste that into the textbox.

Functions:

if ( Value = Value );

window.size = sizeX, sizeY;

window.name = Name;

window.render = posX, posY, sizeX, sizeY;

var name = value;

(only works with =) (name must be a number 1-30)

window.clear;

func update;

(All code bellow will be ran every 10ms)

var varible# += Number Added To Old Value;

(only works with number values)

$#

(gets varible data)

if (input.Letter);

(runs code it letter is down)

All lines must end in a ;

You cannot write documentation

Message me any bugs or ideas you may have, Discord: Wendover#2093

About

Repo for lang-jam

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%