fix: add missing math:lteq function (#3)

This PR adds the missing `math:lteq` function which I forgot to create for the initial release.

Reviewed-on: https://codeberg.org/vlw/mcfstd/pulls/3
This commit is contained in:
Victor Westerlund 2026-03-13 20:20:30 +01:00
parent 0385912729
commit 4e797fc0db

View file

@ -0,0 +1,7 @@
function z_:construct
$function comp:eq { a: $(a), b: $(b) }
execute unless function std:out run return fail
$function comp:lt { a: $(a), b: $(b) }
execute unless function std:out run return fail