#include once "windows.bi" Const r="Rest", t="Test" Var a=17, b=4, c=2, d=1.0 Print "a=" &a &!"\nb=" & b &!"\nc=" &c &!"\n((a+b)*c)=" &((a+b)*c) 'do some arithmetics just for fun.. Print "To find the smaller value of a and b, you could use IF :"; If a