source: trunk/SRC/Utilities/pwd.pro @ 280

Last change on this file since 280 was 231, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 271 bytes
RevLine 
[2]1;+
2;
[224]3; @file_comments
[133]4; print the current directory
[2]5;
[224]6; @categories
7; like unix function
[2]8;
[224]9; @history
10; Sebastien Masson (smasson\@lodyc.jussieu.fr)
[133]11;
[224]12; @version
13; $Id$
14;
[2]15;-
[231]16;
[2]17PRO pwd
[114]18;
19  compile_opt idl2, strictarrsubs
20;
[2]21   cd, current = pwd
22   print, pwd
23   return
24end
Note: See TracBrowser for help on using the repository browser.