mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
✨ change intg to repl output operand
This commit is contained in:
6
std/utils.nas
Normal file
6
std/utils.nas
Normal file
@@ -0,0 +1,6 @@
|
||||
# utils.nas
|
||||
# 2023 by ValKmjolnir
|
||||
|
||||
var times_trigger = func(times, count) {
|
||||
return math.mod(times, count)==0;
|
||||
}
|
||||
Reference in New Issue
Block a user