source: trunk/SRC/ToBeReviewed/UTILITAIRE/test.pro @ 114

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:executable set to *
File size: 116 bytes
Line 
1pro test,ok=ok
2;
3  compile_opt idl2, strictarrsubs
4;
5if keyword_set(ok) then print,'OK' else print, 'No'
6return
7end
Note: See TracBrowser for help on using the repository browser.