Basically it goes through a loop and prints a character for each iteration.
I'd like them all to be following on from each other on the same line like this...
Code: Select all
+++++++++------------
Code: Select all
+
+
-
-
I'm sure it must be simple. But it eludes me.
Anyone know how to achieve this?