Constrained variables

This example is for Wiring version 1.0 build 0100+. If you have a previous version, use the examples included with your software. If you see any errors or have comments, please let us know.

HelloFluentPrint by BREVIG http://alexanderbrevig.com

#include <FluentPrint.h>

FluentPrint printer(&Serial);

void setup() 
{
  printer.print("test").print("other");
}

void loop() 
{
}