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_length

  • Space: 8 * string_length

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: stl.output_char