TEST ( what a surprise ! )

Buzby

Senior Member
Test test test, test test, test test test.

EDIT: Test, test, test.
 
Last edited:

westaust55

Moderator
I don't know about the "test" function, personnally I prefer the X1/X2 REV function and the end results of same. ;)

Code:
SYMBOL stressed = 1
SYMBOL give_me = b0
  IF give_me = stressed THEN
      give_me = stressed REV 8  ; reverse the stressed
  ENDIF
 
Last edited:

russbow

Senior Member
Westy, can I stress, read the manual! Fails the syntax check.

Also REV revved is VER and you havn't defined what version to use. ;):D
 

westaust55

Moderator
Fixed the syntax error since that is important to present good code for newcomers. :)

but version is irrelevant (unless its gone slimy, furry or smelly)

stressed REV 8 ==> desserts (yum yum ;) - should reverse all stress ;) )
 
Top