Hello,

I have just recently started playing around with ThinBasic and I am enjoying it so far, I like the modular design.

I just want to ask what are the reasons for having multiple ways to do the same thing? For example I am just experimenting with the console module and there are multiple ways to output text to the screen?;

console_write
console_print
print

The same applies for output with newline and a coordinated location.

Thanks in advance.