mirror of
https://codeberg.org/vlw/mcfstd.git
synced 2026-04-12 22:29:39 +02:00
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
7 lines
198 B
MCFunction
7 lines
198 B
MCFunction
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
|