1.

Solve : Is there a "back" command??

Answer» <html><body><p>I was <a href="https://interviewquestions.tuteehub.com/tag/wondering-7723068" style="font-weight:bold;" target="_blank" title="Click to know more about WONDERING">WONDERING</a> if you could be on one <a href="https://interviewquestions.tuteehub.com/tag/screen-25632" style="font-weight:bold;" target="_blank" title="Click to know more about SCREEN">SCREEN</a>, then type in a type of universal command (that of which I'm putting in my templates) but is there such thing as a back command, or a universal "if %input%==universalcommand goto :UNIVERSALCOMMAND". Quote from: tommyroyall on February 24, 2010, 07:48:15 PM</p><blockquote>"Is there such thing as a back command, or a universal "if %input%==universalcommand goto :UNIVERSALCOMMAND"."<br/></blockquote> <br/>All loops by design "goback" to a previous place in the code when conditions are satisfied.  The loop may be a For loop or a goto loop or etc . . .<br/><br/><a href="http://www.yourdictionary.com/computer/loop">http://www.yourdictionary.com/computer/loop</a><br/><br/>( The following is from the above <a href="https://interviewquestions.tuteehub.com/tag/site-244234" style="font-weight:bold;" target="_blank" title="Click to know more about SITE">SITE</a>. )<br/><br/>loop definition - computer <br/><br/>"In programming, a repetition within a program. <br/>Whenever a process must be repeated, a loop is <br/>set up to handle it. A program has a main loop <br/>and a series of <a href="https://interviewquestions.tuteehub.com/tag/minor-548033" style="font-weight:bold;" target="_blank" title="Click to know more about MINOR">MINOR</a> loops, which are nested <br/>within the main loop. <br/>Learning how to set up loops is what programming <br/>technique is all about."<br/><br/></body></html>


Discussion

No Comment Found