forked from solettaproject/soletta
-
Notifications
You must be signed in to change notification settings - Fork 0
Samples:Basics
Anselmo L. S. Melo edited this page Aug 12, 2015
·
1 revision
Diagram:
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:
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.
Diagram:
Expected behavior/results: Outputs the command line arguments received, including argv[0]. More details in the comments in the fbp file.