The frc module implements a fraction data type. Note: to reduce normalizing of fractions, the input is validated and normalized, but the resulting output is NOT normalized. This is left to the next fraction word.
include ffl/frc.fs 1 2 1 3 frc+add \ add 1/2 and 1/3 frc+to-string type \ type the result