Fun / in develop programming language for developers interested in algorithmic languages and binary.
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]
var in modern binary: 118 194 342hello in modern binary : 104 202 324 432 555
[118 194 342]=[104 202 324 432 555]
var was defined with hello value.To call a variable, just type the name of the variable as [variable_name].
var in modern binary: 118 194 342hello in modern binary : 104 202 324 432 555
[ 118 194 342 ]=[ 104 202 324 432 555 ]
( 112 )=( [ 118 194 342 ] )
hello