Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Samples:Basics

Anselmo L. S. Melo edited this page Aug 12, 2015 · 8 revisions

###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.

Clone this wiki locally