Clicky
Showing changes from revision #1 to #2:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
Converts one kind of logical
variable to another.
(削除) Fortran 95 and later (削除ここまで)(追記) Fortran 95 (追記ここまで)(追記) and later (追記ここまで)
(削除) Elemental function (削除ここまで)(追記) Elemental function (追記ここまで)
result = logical(l [, kind])
l
- The type shall be logical
.kind
- (Optional) An integer
initialization expression indicating the kind parameter of the result.The return value is a logical
value equal to l
, with a kind corresponding to kind
, or of the default logical kind if kind
is not given.