#include "graphapp.h" void main(void) { rect r = rect(10,10,80,10); setcolour(Red); drawrect(r); setcolour(Blue); fillrect(rect(10,40,80,10)); }