propeller.problems.PSB2.fizz-buzz

===========  PROBLEM DESCRIPTION  =========================
FIZZ BUZZ from PSB2
Given an integer x, return "Fizz" if x is
divisible by 3, "Buzz" if x is divisible by 5, "FizzBuzz" if x
is divisible by 3 and 5, and a string version of x if none of
the above hold.

Source: https://arxiv.org/pdf/2106.06086.pdf
============================================================

-main

(-main & args)
Runs propel-gp, giving it a map of arguments.

error-function

(error-function argmap data individual)
Finds the behaviors and errors of an individual: Error is 0 if the value and
the program's selected behavior match, or 1 if they differ, or 1000000 if no
behavior is produced. The behavior is here defined as the final top item on
the STRING stack.

instructions

stack-specific instructions, input instructions, close, and constants

train-and-test-data