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:
Problem β what weβre trying to do.
Code β the whole program, ready to paste.
Walkthrough β line-by-line explanation calling out the STL macros used.
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.