Apr 15, 2001 #1 Swifty Technical User Joined Apr 15, 2001 Messages 1 Location US What verb causes the cursor to sit still until a user types something? What verb puts a message onto the screen while your program is running?
What verb causes the cursor to sit still until a user types something? What verb puts a message onto the screen while your program is running?
Apr 16, 2001 #2 AusTXKev Programmer Joined Apr 11, 2001 Messages 4 Location US ACCEPT verb waits for a user input. DISPLAY writes output to the screen. Upvote 0 Downvote
Apr 16, 2001 #3 Thane Programmer Joined Feb 22, 1999 Messages 92 Location US Here's a bit of trivia for you. Under the next standard - COBOL has no VERBS! We have graduated to "statements". Upvote 0 Downvote
Here's a bit of trivia for you. Under the next standard - COBOL has no VERBS! We have graduated to "statements".