diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-24 14:56:11 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-24 14:56:11 -0400 |
| commit | 31af868b5d5825b3179ae8cdb85554f993e20344 (patch) | |
| tree | 87b80cd1ff577d1df0b86eaefca1e6106da6140b /test/nums.tm | |
| parent | f79d6cc20a08711bc7d5fc2259c2f0bd5e0f744d (diff) | |
Add num:percent()
Diffstat (limited to 'test/nums.tm')
| -rw-r--r-- | test/nums.tm | 3 |
1 files changed, 3 insertions, 0 deletions
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%" |
