Thread
:
Canvas Problem
View Single Post
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
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
View Public Profile
Find More Posts by donna1