From 31af868b5d5825b3179ae8cdb85554f993e20344 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 24 Mar 2025 14:56:11 -0400 Subject: Add num:percent() --- test/nums.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/nums.tm b/test/nums.tm index 1192826f..e5fd27e2 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -69,3 +69,6 @@ func main(): >> Num(5) = 5 : Num + + >> 0.5:percent() + = "50%" -- cgit v1.2.3