Mold - Geomol/World GitHub Wiki

Usage

mold value

Description

Converts a value to a World-readable string.

mold is a function!

Arguments

value -- Value to mold [any-type!]

Examples

w> mold pi
== "3.141592653589793"
w> mold pi * 4i
== "12.56637061435917i"