File: testdo.r

package info (click to toggle)
ratfor 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: ansic: 3,622; sh: 1,248; makefile: 147
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
integer i
# simple test of ratfor-style do statement
do i = 1, 10 {
    write (6,*) i
}
stop
end