»Click here to display Table of Contents« HyperMath > Reference Guide > HyperMath Language Guide - Categorical > Strings:
HyperMath can also handle C-like escape sequences.
> print('hello\nNew line\tTab')
hello
New line Tab