File: multiline_lexical_tokens.f90

package info (click to toggle)
fortran-language-server 3.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,268 kB
  • sloc: python: 9,688; f90: 1,195; fortran: 30; makefile: 28; ansic: 20
file content (10 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
program multiline_lexical_token
implicit none
inte&
    &ger &
    :: i
RE&
&AL(int(sin(0.5))&
 &+8+len("ab)&
    &)c")-3) :: Z
end program