?? strcmp.f90
字號:
program test implicit none character(len=20) :: foo foo="hello" if (llt(foo, "hello")) call abort if (.not. lle(foo, "hello")) call abort if (lgt("hello", foo)) call abort if (.not. lge("hello", foo)) call abort if (.not. llt(foo, "world")) call abort if (.not. lle(foo, "world")) call abort if (lgt(foo, "world")) call abort if (lge(foo, "world")) call abortend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -