% @(#)show_code.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:58 \rightpage \se SECTION./CODE \es\co SHOW/CODE 18-DEC-1990 KB \oc\su SHOW/CODE command_string [option] display the procedure which implements the command_string \us\pu Purpose: Display the procedure which implements the command_string. \up\sy Syntax: SHOW/CODE command_string [option] \ys\pa command_string = Midas command/qualifier string \ap\pa option = ORIG or TRANS for displaying the original or translated code; defaulted to ORIG \ap\sa See also: SHOW/COMMAND \as\no Note: none \on\exs Examples: \ex SHOW/CODE load/image Displays the Midas procedure which implements the LOAD/IMAGE command. \xe \ex SHOW/CODE read/descr T Displays the internal code for the Midas procedure which implements the READ/DESCR command. This internal code is created by the monitor when it translates a Midas procedure. \xe \sxe