IDL 自定义函数

来源:互联网 发布:javascript视频 编辑:程序博客网 时间:2024/06/11 22:12
function add,x,y  return, x+yendpro sum  x=1  y=2  print,add(x,y)end

0 0
原创粉丝点击