http://grimore.i2p/fuss/lsl?amp;=
Example vector true = < TRUE , FALSE ,FALSE > ; // = <TRUE,TRUE,FALSE>, <TRUE,TRUE,TRUE>, <FALSE,TRUE,TRUE>, <FALSE,FALSE,TRUE> vector false = < FALSE , FALSE ,FALSE > ;
if ( true ) { // Same as if(<TRUE,FALSE,FALSE>) { } llSay ( 0 , "PASS" ) ; return ; } llSay ( 0 , "FAIL" ) ; Usage integer flag_a = 0 ;...