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 functions


To define a simple function in modern binary, just put the name and codes of the function in func-base. To define a new function, the command must be written as *name*{ codes }

Example :

Calling function

To call a variable, just type the name of the function as [*function_name*].

Example :

[* 102 234 330 396 *] ```