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

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you.
Comments powered by BalfComment