Demo ArnoldaScript Interpreter

<<< Home

This online tool allows you to test ArnoldaScript web scripting language before its release in Arnolda 3.2 web browser. You can experiment with example script or clear text field and write your own. Click Test script above to run your script and see the result! You can also read more about ArnoldaScript instructions




ArnoldaScript instructions

There are some instructions in ArnoldaScript:

Syntax Meaning Version support
Write text (inside double quotes) or variable name Append text or value of specified variable to script output. All versions
Apply Stops the script and returns output composed using Write instruction. All versions
Cancel Stops and cancels script. Does not give any output. All versions
Define name=value Define or update variable. If value is a name of another variable, it creates an alias. All versions
Set name=value
Var name=value
Same as Define. 0.2
Copy destination=source Copies source variable to destination variable. Never create an alias. All versions.
If variable=value
some code
End
Executes code inside only if specified variable is equal to required value. All versions
Else
some code
End
Executes code inside if last If statement not been executed. 0.2