
-----------------------------------
Jesse Kazemi
Wed Jun 18, 2014 1:03 pm

I dont understand whats wrong please help
-----------------------------------
What is it you are trying to achieve?

I am trying to develop a tile with squares in it 


What is the problem you are having?
It keeps on saying that there is an error

Describe what you have tried to solve this problem

I have deleted things and added more stuff

Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)



Please specify what version of Turing you are using
4.1.1

-----------------------------------
Dreadnought
Wed Jun 18, 2014 3:21 pm

Re: I dont understand whats wrong please help
-----------------------------------
You can't use string concatenation (+ on strings) with an integer.

Use commas to give multiple arguments to [tdoc]put[/tdoc] and let it do all the work of converting basic types to strings and print them.

Otherwise you must convert your integer to a string (see [tdoc]intstr[/tdoc]) and the use + to concatenate the strings.
