Pyro

A dynamically-typed, garbage-collected scripting language.

Version 0.16.14

std::pretty


Pretty-printing for Pyro values.

Functions

print(arg: any, indent: i64 = 4) -> str

Pretty-prints arg to a string. The indent argument specifies the number of spaces per level of indentation.