packages feed

typst-0.1.0.0: test/typ/compute/construct-09.typ

// Test conversion to string.
#test(str(123), "123")
#test(str(50.14), "50.14")
#test(str(10 / 3).len() > 10, true)