So, I'm trying to replicate a given String without any changes n amount of times but can`t seem to do it properly.
Here`s my most promising attempt, which failed.
espaco = (" ");
tartaruga = ("T");
chegada = ("|");
line_T = ( tartaruga + 70*(espaco) + chegada);