$io.stdout

Write some content into the stdout.log.
Syntax
    $io{stdout}{bytes_per_character}{content}
    $io.stdout{bytes_per_character}{content}
Documentation
    Write some content into the stdout.log:
      bytes_per_character, the amount of bytes per character. Valid values are 1 for ASCII characters or 2 for unicode characters.
      content, the content you will write to the stdout.log.
Examples
    $io.stdout{1}{This is my trace}
    Result:
    Writes "This is my trace" into the stdout.log
    GroupSpecial
    Minimum required transaction-mode:NONE
    Required scripting permission of the developerPERMISSION_FL_BASIC
    Minimum parameters2
    Maximum parameters 2