program essai; #include "var.inc"; begin writeln("give an integer"); readln(i); writeln(i); end essai;