Thread: Canvas Problem
View Single Post
Old 12-05-2012, 01:24 AM   PM User | #30
donna1
New Coder

 
Join Date: Nov 2012
Location: london
Posts: 55
Thanks: 5
Thanked 1 Time in 1 Post
donna1 can only hope to improve
yes well in my language you couldnt have a statement like A=B=C=7
doesnt make any sense anyway
if you want them all to be 7
LET A=7;
LET B=A;
LET c=A;
donna1 is offline   Reply With Quote