Ignore:
Timestamp:
08/08/08 17:55:40 (16 years ago)
Author:
pinsard
Message:

improvements of headers (paragraphs and alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/undefine.pro

    r371 r375  
    33; @file_comments 
    44; erase a variable 
     5; 
    56; same thing like <proidl>DELVAR</proidl> but usable in a program and usable 
    67; for one variable simultaneously 
     
    3738  compile_opt idl2, strictarrsubs 
    3839; 
    39    tempvar = SIZE(TEMPORARY(varname)) 
    40    END 
     40  tempvar = SIZE(TEMPORARY(varname)) 
     41END 
Note: See TracChangeset for help on using the changeset viewer.