Skip to content
Anselmo L. S. Melo edited this page Aug 12, 2015 · 1 revision

###fibonacci.fbp

Diagram:

fibonacci.svg

Expected behavior/results: Outputs the fibonacci sequence until an integer overflow occurs. Also, can be interrupted using CTRL+C. See comments in fbp file fore more details.

###simple.fbp

Diagram:

simple.svg Expected behavior/results: Outputs 2 boolean values per second, one the negation of the another. There are details in the comments in the fbp file.

###cmdline-args.fbp

Diagram:

cmdline-args.svg Expected behavior/results: Outputs the command line arguments received, including argv[0]. More details in the comments in the fbp file.