This commit is contained in:
Bruce Hill 2025-03-24 22:54:06 -04:00
parent f33e1a367e
commit be221b9065

View File

@ -174,10 +174,10 @@ object using them:
```tomo
>> nums := [10, -20, 30, -40]
>> (_max_) nums
>> (_max_: nums)
= 30
>> (_max_:abs()) nums
>> (_max_:abs(): nums)
= -40
```