CookbookΒΆ

Short, focused recipes for common tasks. Each recipe is a complete, runnable FlipJump program (paste it into the IDE or into a .fj file and run with fj).

How to use theseΒΆ

Every recipe follows the same shape:

  1. Problem β€” what we’re trying to do.

  2. Code β€” the whole program, ready to paste.

  3. Walkthrough β€” line-by-line explanation calling out the STL macros used.

  4. Variations β€” common tweaks (different word sizes, signed values, etc.).

If you’re new to FlipJump, start with Hello World and work down the list β€” they build on each other. If you have a specific task, jump straight to its recipe.

For the underlying mechanics see the Language Reference; for the macro details see the Standard Library.