This commit is contained in:
jane 2021-05-27 14:21:28 -04:00
parent 89085b94b1
commit 0a30639e37
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let functions = {
subtract: (index, args, prev) => { return prev - args; }
}
export functions;
export const functions;
function tick_pattern() {
// do the parsing stuff here