6 lines
82 B
FortranFixed
6 lines
82 B
FortranFixed
|
|
program test_repeat
|
||
|
|
|
||
|
|
write (*, '(a)') repeat ('ha', 5)
|
||
|
|
|
||
|
|
end program test_repeat
|