commit move

This commit is contained in:
jane 2021-06-04 22:33:07 -04:00
parent 03eb68c354
commit 805d693680
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export const functions = {
{
requires_arg1: true,
requires_arg2: true,
convert_args: false
convert_args: true
}),
modulo: new Function(
(index, arg1, arg2) => { return arg1 % arg2; },