将分配的字符标量从 'from' 移动到 'to' 规范
将分配的字符标量从 'from' 移动到 'to' 无输出
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(inout), | 目标 | :: | from | ||
| type(string_type), | intent(inout), | 目标 | :: | to |
将分配的字符标量从 'from' 移动到 'to' 无输出
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(inout) | :: | from | |||
| character(len=:), | intent(out), | 可分配 | :: | to |
将分配的字符标量从 'from' 移动到 'to' 无输出
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| character(len=:), | intent(inout), | 可分配 | :: | from | ||
| type(string_type), | intent(out) | :: | to |
将分配的字符标量从 'from' 移动到 'to' 无输出
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| character(len=:), | intent(inout), | 可分配 | :: | from | ||
| character(len=:), | intent(out), | 可分配 | :: | to |