% @(#)entry.mlc 2.1 (ESO-IPG) 9/27/91 11:07:20 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT entry.mlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, ENTRY command %.PURPOSE On-line help file for the command: ENTRY %.VERSION 1.1 18-JAN-1993 : cleanup, KB %---------------------------------------------------------------- \leftpage \noqualifier \se SECTION./ \es\co ENTRY 18-JAN-1993 KB \oc\su ENTRY proc define begin of MIDAS procedure in a file with different name than the procedure \us\pu Purpose: Define begin of MIDAS procedure in a file with different name than the procedure. \up\sy Syntax: ENTRY proc \ys\pa proc = name of procedure \ap\sa See also: @@ procedure \as\no Note: This procedure is then executed via `@@ file,proc'. \on\exs Examples: \ex ENTRY TUTTI in line 23 of the procedure `test.prg' \xe\ex @@ test Will execute the commands stored in line 1 till line 22 of file `test.prg' only, since the ENTRY command in line 23 has the same effect as a RETURN command. \xe\ex @@ test,tutti Will execute the commands stored in line 24 till last line of file `test.prg' (if no other RETURN or ENTRY command is encountered). \xe\sxe