The following is another simple to use BlackRabbit Script sample.
BlackRabbit Script
//Copyright JBALFOURDTP//28/10/2014//BlackRabbit Script version: 2.2.2.467function main()//main method goes hereoutput("Hello world");$x = 11$y = 11if($x == $y)output(True)elseoutput(False)endif//Incrementing variables will not instantiate them. They must be instantiated prior to use.$i = 0while($i < 10)$i++output($i)endwhileendfunction
Posted in Software updates
Comments
Powered by DASH 2.0