Skip to content

Commit 9c22b08

Browse files
authored
Update core.ts
1 parent 27fa362 commit 9c22b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/words/core.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ export const coreWords: WordDictionary = {
950950
return [s, pl];
951951
}
952952
},
953+
// binds names to stack values within one phrase of words
953954
'crouch': {
954955
sig: [[{ type: 'list<string>', use: 'pop-each!' }, { type: 'P', use: 'run!' }], [{ type: 'runOf P' }]],
955956
typeCompose: "compose",
@@ -1918,4 +1919,4 @@ const clone = <T>(source: T): T => {
19181919
// return Object.keys(value).reduce((acc, key) => {
19191920
// return Object.assign(acc, { [key]: deepClone(value[key]) });
19201921
// }, (Array.isArray(value) ? [] : {}) as T);
1921-
// }
1922+
// }

0 commit comments

Comments
 (0)