Thunderdome API
Friday, June 30th, 2023 07:26 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
// Compares a to b, returns the larger number.
math.max(a, b) {
return a > b ? a : b
}
// a and b fight a cage match, returns the worthier number.
mad.max(a, b) {
return a ⚔️ b
}
// Compares a to b, returns the larger number.
math.max(a, b) {
return a > b ? a : b
}
// a and b fight a cage match, returns the worthier number.
mad.max(a, b) {
return a ⚔️ b
}