Skip to content

Commit

Permalink
Add one small lambda in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Oct 20, 2024
1 parent 6d43954 commit 9fef0b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions animation/lambdas/src/scenes/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,15 @@ Sandwich MakeGourmetSandwich() {
);
yield* waitFor(duration);

const funny_lambda = `\
[](){}();`
yield* all(
codeRef().code(funny_lambda, 0),
codeRef().fontSize(85, 0),
codeRef().x(-200, 0),
);
yield* waitFor(duration);

yield* waitFor(duration);

});

0 comments on commit 9fef0b3

Please sign in to comment.