Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches

◆ makeSpaces()

std::string Exceptions::makeSpaces ( const int &  length)
private

makes empty spaces eg ' ', of a specified length and returns a string with these spaces

Parameters
lengthlength of requested space string. A single space is represented by one
Returns
std::string