||
我在使用IDL过程中经常需要查阅到某些语法或命令,现记录在此,以供查阅。
一、条件语句的格式
· 单分支:
格式:
1. if 条件 then 语句
2. if 条件 then begin
语句
endif
· 双分支:
1. if 条件 then 语句 else 语句
2. if 条件 then begin
语句
endif else begin
语句
endelse ;注意是endelse不死endif
· 多分支:
if 条件 then begin
语句
endif else if 条件 then begin
语句
endif else if 条件 then begin
语句
………..
endif else begin
语句
endelse
(以上内容来自网址:http://blog.sina.com.cn/s/blog_702252670100zq8v.html)
嵌套
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-10-4 11:51
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社