Janilabo

Untitled

Apr 1st, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.17 KB | None | 0 0
  1. var
  2.   color, x, y: Integer;
  3.  
  4. begin
  5.   PickColor(color, x, y);
  6.   WriteLn('Color Picked: ' + IntToStr(color) + ' at (' + IntToStr(x) + ', ' + IntToStr(y) + ')');
  7. end.
Advertisement
Add Comment
Please, Sign In to add comment