这样的写法是不正确的.
如果是这样:
real*8 scale
b = scale(3)
这还有可能,scale 是一个函数.b = scale(3) 的意思是调用scale函数,其参数是3,返回值赋给