ModernBinary

Fun / in develop programming language for developers interested in algorithmic languages and binary.


Project maintained by ModernBinary Hosted on GitHub Pages — Theme by mattgraham

Defining a variable


To define a variable in modern binary, just put the name and value of the variable in parentheses. To create a new variable, the command must be written as [name]=[value]

Example :

Calling variable

To call a variable, just type the name of the variable as [variable_name].

Example :