Posted December 30, 2025 by koteee
#MicroDSL
Outputs text in console
echo “Hello World!”
Outputs value of variable in console
echo_out x
Allows user to input value for variable
input x
Sets integer variable
int x 1
Sets string variable
str x string
Sets array
arr x 1 2 3 4
Increases value of variable
inc x
Decreases value of variable
dec x
Sets random value for variable
rnd x
Addition of variables
add x y
Substraction of variables
sub x y
Multiplication of variables
mul x y
Division of variables
div x y
Calculates remainder of variables
rem x y
Raises first variable to power of second
exp x y
Outputs value of variable selected number of times
for 0 3 x
Outputs selected text when condition is true
if x 4 “x is 4”
Outputs current version
Allows user to render html in popup window
html
Converts string to base64