Kevin-

Thursday, March 10, 2005, 7:20:52 PM, you wrote:

KJ> Ahh ok I see. lol I am still thinking like as if I was useing Python
KJ> or Visual Basic.

One thing that will help thinking about things is if you remember that
in xtalk the verb is at the beginning of the line. So

put 3.1416 into myVariable

will work, but

myVariable = 3.1416

won't. VB actually does it the same way, but if there's no verb at the
beginning of the line it assumes the verb "LET", as in

LET myVariable = 3.1416.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to