Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (37 loc) · 2.19 KB

README.md

File metadata and controls

40 lines (37 loc) · 2.19 KB

Nexoscript - programming language

Simple and easy to learn language, because its combined various keywords like function, func, fun, define, def, method, meth, met for a method and so on.

Keywords

Keyword Definition
function To create a function
func
fun
define
def
method
meth
met
cout To output something in the console
sout
sysout
print
log
>> To use a keyword on a value
>!> To use a keyword on a value with linebreaks
call To call a function
use
string To create a string variable
str
integer To create a integer variable
int
long To create a long variable
character To create a character variable
char
boolean To create a boolean variable
bool
double To create a double variable
float To create a float variable
array[] To create a array variable
any To create a any variable
object
obj