also return pat

This commit is contained in:
Felix Roos 2023-10-26 13:16:15 +02:00
parent 9009eccc8e
commit b14aa901ba

View File

@ -64,6 +64,7 @@ export function repl({
const play = register('play', (pat) => {
playPatterns.push(pat);
return pat;
});
const fit = register('fit', (pat) =>