answersLogoWhite

0

The exact meaning will depend on the language. In general, however, the repeat command will repeat a block of statements while a condition remains true (much like a do...while or for loop).

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Are the redo and repeat commands ever available at the same time on a computer?

They can be but it would be counter-intuitive. Redo is the antonym for undo and should only be enabled when the last command was an undo, which should automatically disable the repeat command. Redo remains enabled until the undo history is empty, or another command besides undo is selected, at which point the repeat command should be enabled again.


What is the meaning of LS in programming?

Such short abbreviations normally mean several things. One meaning of "ls" is the command used in UNIX and Linux to show a list of files. This is basically the equivalent of the DOS/windows "dir" command.


What is the Logo command to draw alphabet k?

Starting from the centre, move forward 100 pixels, turn 180 degrees and move forward 100 pixels (returning to the centre). Then turn 120 degrees. Repeat three times. repeat 3 [fd 100 rt 180 fd 100 lt 120]


Under what circumstances would it be advantageous to pattern a component?

It would be advantageous to use a pattern command when you must repeat the same constraint multiple times. An example would be in playgrounds on the platforms where there are multiple holes for rain to go through. In CAD it would be a pain to extrude each hole one by one. The pattern command will make it much faster and efficient.


What is the meaning of 'lock and load'?

The term "lock and load" was used in the military during World War Two. It is a command to prepare a weapon for battle, and was popularized by John Wayne.

Related Questions

What is looping used for?

To repeat a command more than once.To repeat a command more than once.To repeat a command more than once.To repeat a command more than once.


How do you repeat a same command in Microsoft Excel?

Pressing the F4 key will repeat the last command.


What does -t mean in TCP IP ping?

TCP/ IP stands for transmission control protocol / Internet protocol suite. Ping is a command of command line interface . -t in TCP IP ping means to repeat the ping command continuously.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.


To repeat the last command or keystroke you press?

F4


How do you make circle in msw logo using repeat command?

repeat 360[fd1 lt 1]


How do you mke a square using repeat command FOR LOGO?

Repeat 4 [fd 60 rt 90]


What command repeats the most recent action?

You can press the F4 key to repeat the most recent command.


Are the redo and repeat commands ever available at the same time on a computer?

They can be but it would be counter-intuitive. Redo is the antonym for undo and should only be enabled when the last command was an undo, which should automatically disable the repeat command. Redo remains enabled until the undo history is empty, or another command besides undo is selected, at which point the repeat command should be enabled again.


What does repitan mean in spanish?

it is the verb "repeat" conjugated in a command directed to them."Repitan despues de mí.""you all, repeat after me"


What is another meaning for Again?

Repeat


How do you draw hexagon using repeat command of logo?

To draw a hexagon using the repeat command in Logo, you can use the following code: repeat 6 [forward 100 right 60] This command will move the turtle forward by 100 units and then turn it right by 60 degrees, repeating this process six times to create a hexagon. Adjust the forward distance to change the size of the hexagon.


How many morphemes are in the word repeat?

The word "repeat" consists of two morphemes: "re-" as a prefix meaning "again" and "-peat" as the root meaning "to do."