|
Contents | Previous | Next | Subchapters |
| Syntax |
type(expression)
|
| See Also | logical , char , int , real , double , complex |
| Expression | Type |
true | "logical" |
"a" | "char" |
1 | "int" |
1e0 | "real" |
1d0 | "double" |
1i0 | "complex" |
novalue | "novalue" |
function f | "function" |
type(1e0)
returns
real
Entering
clear
function f() begin
end
type(function f)
returns
function