Continuation Lines (was: I give up: how do you continue a line in Rev?)

2005-08-19 Thread FlexibleLearning
The corollary of \ is ; (a  semi-colon) ...

on sillyTest what
  if what then
get 2; add 2 to it; put A after it; put it;  exit to top
  end if
  [.../...]
end sillyTest

Useful for very short lines!

/H
FLCo
Home of the Scripter's Scrapbook
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Continuation Lines (was: I give up: how do you continue a line in Rev?)

2005-08-19 Thread Jeanne A. E. DeVoto

At 3:40 PM -0400 8/19/2005, [EMAIL PROTECTED] wrote:

The corollary of \ is ; (a  semi-colon) ...

on sillyTest what
  if what then
get 2; add 2 to it; put A after it; put it;  exit to top
  end if   
  [.../...]

end sillyTest

Useful for very short lines!



Also in the message box! You can use the multi-line message box, but 
the semicolon is handy for 2-liners in particular, such as


  global foo;answer foo
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution