#include "tutorial.h" start integer i = 5; // prints the value of 'i' to the screen print(i); end