Pyro

A scripting language for people who enjoy the simpler things in life.

Version 0.9.35

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.