pascalabcnet/TestSamples/CompilationSamples/rmain.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

12 lines
108 B
ObjectPascal

uses RBZad,uRobot;
begin
c1;
Speed(3);
while WallFromUp do
begin
Paint;
Right;
end;
end.