% @(#)goto.mlc 17.1.1.1 (ESO-IPG) 01/25/02 17:43:35 \rightpage \noqualifier \se SECTION./ \es\co GOTO 15-JAN-1987 KB \oc\su %GOTO label % branch to command line containing label: \us\pu Purpose: Branch to command line containing the "label" of the GOTO command. \up\sy Syntax: GOTO label \ys\pa label = a character string \ap\sa See also: Chapter 3 of MIDAS Users Guide, volume A \as\no Note: The label itself may be any string (max. 20 characters), the first character must be a letter and the last character must be the colon (:) - next command has to be on the next line. \on\exs Examples: \ex GOTO CHULO \\ ... \\ CHULO: \\ LOAD/IMA mariposa \\ Jump to the line in the procedure containing the char. string "CHULO:" and execute the next command, i.e. the LOAD/IMA command. \xe \sxe