change intg to repl output operand

This commit is contained in:
ValKmjolnir
2023-10-02 00:46:12 +08:00
parent 7a10392bea
commit d69dd0b03f
10 changed files with 82 additions and 25 deletions

6
std/utils.nas Normal file
View File

@@ -0,0 +1,6 @@
# utils.nas
# 2023 by ValKmjolnir
var times_trigger = func(times, count) {
return math.mod(times, count)==0;
}