Player APIs (BrightScript & Ja...
...
BrightScript
Language Reference

BrightScript Versions

1min
version matrix, january 9, 2009 hd20000 1 3 branch hd2000 2 0 branch compact main line snapshot date 1/7/2008 7/16/2008 1/9/2009 defxxx, on, gosub, clear, random, data, read, restore, err, errl, let, clear, line numbers x x intrinsic arrays x x compiler x x aa & dot op & m reference x x sub/functions x x ifenum & for each x x for/next does not always execute at least once x x exit for x x invalid type errors that used to be int zero are now invalid added roinvalid; invalid autoboxing x array's use roarray; added ifarray x uninit var usage no longer allowed x sub can have "as" (like function) x roxml element & xml ops dot and @ x type() change now matches declaration names (eg integer not roint32) x added roboolean x added dynamic type; type now optional on sub/functions x and/or don't eval un needed terms x sub/fun default parameter values (e g sub (x=5 as integer) ) x aa declaration op { } x array declaration op \[ ] x change array op from ( ) to \[] x anonymous functions x added circ ref garbage collector x add eval(), run(), and box() x