Ignore:
Timestamp:
07/07/06 11:57:27 (18 years ago)
Author:
navarro
Message:

english and nicer header (1)

File:
1 moved

Legend:

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

    r132 r133  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:testvar 
    65; 
    7 ; PURPOSE:une sorte de keyword_set mais qd la valeur existe renvoie 
    8 ; celle-ci 
     6; @file_comments  
     7; A  kind of keyword_set but when the value exist, it send it back 
    98; 
    10 ; CATEGORY:comme keyword_set 
     9; @categories utlities 
    1110; 
    12 ; CALLING SEQUENCE:res=testvar(var=variable) 
    13 ;  
    14 ; INPUTS:rien 
     11; @keyword var any kind of 
    1512; 
    16 ; KEYWORD PARAMETERS:var : n''importe quoi 
     13; @returns 0 if the variable does not exist  
    1714; 
    18 ; OUTPUTS:0 si la variable n''existe pas  
    19 ; 
    20 ; COMMON BLOCKS: 
    21 ; 
    22 ; SIDE EFFECTS: 
    23 ; 
    24 ; RESTRICTIONS: 
    25 ; 
    26 ; EXAMPLE: 
    27 ; 
    28 ;    IDL> print, testvar(var=toto) 
     15; @examples IDL> print, testvar(var=toto) 
    2916;           0 
    3017;    IDL> print, testvar(var='toto') 
    3118;    toto 
    3219; 
    33 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     20; @history Sebastien Masson (smasson@lodyc.jussieu.fr) 
    3421;                      14/12/1999 
     22; 
     23; @version $Id$ 
     24; 
    3525;- 
    3626;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.