NAME
PutTxt - print a text in the Proastro interpretation output file.
USAGE
PutTxt [-nonewline] [-noprint] string
PARAMETERS
String: Is the string you want to write in the Proastro interpretation file
OPTIONS
-nonewline: if specified, string will not by followed by a carriage return.
-noprint: if specified, it does not output the string to stdout. Only return string.
RETURN
None
EXAMPLE
PutTxt -nonewline "Hello Word!"
PutTxt " Nice day"
PutTxt "to you"
Output:
Hello Word! Nice day
To you