stl.output¶
str is a constant. The macro outputs the bytes of it (from lsB to msB) until it becomes all zeros.
Signature¶
def output str { ... }
Defined in runlib.fj — lines 165–167 (view on GitHub).
Complexity¶
Time:
8 * string_lengthSpace:
8 * string_length
See the complexity glossary for what @, w, dw, dbit, n mean.