Add max/min.

This commit is contained in:
Stephen Chung
2023-02-09 22:09:16 +08:00
parent 9bd80f607f
commit 777f3e219a
2 changed files with 222 additions and 7 deletions

View File

@@ -12,6 +12,11 @@ Bug fixes
* Syntax such as `foo.bar::baz` no longer panics, but returns a proper parse error.
* `x += y` where `x` and `y` are `char` now works correctly.
Enhancements
------------
* The functions `min` and `max` are added for numbers.
Version 1.12.0
==============