ReferenceΒΆ

Short reference pages that sit alongside the deeper Language Reference and Standard Library.

  • Cheat sheet β€” one-page FlipJump quick reference. Print it.

  • The fj command-line tool β€” every command and flag of the assembler/interpreter.

  • The .fjm binary format β€” what fj assembles to, field by field.

  • Glossary β€” definitions of FJ-specific terms.

  • How the STL works β€” the self-modifying-code meta-pattern that makes the whole library work. Read this once and every macro becomes obvious.