The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] 3B2/400 Unexpected f77 results
@ 2023-03-24 22:39 KenUnix
  0 siblings, 0 replies; only message in thread
From: KenUnix @ 2023-03-24 22:39 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

Hi,

Question. Is anyone aware of a problem with F77 on 3B2/400 running
System V.3 ? When trying to validate a simple program it works as
expected on Linux. See below. But, on Unix V.3 it does not. You do
not get the question until AFTER you enter a number.

Linux:
      PROGRAM HELLO
        INTEGER AGE
        PRINT '(A)', 'Hello, world. Enter your age :'
        READ '(A)', AGE
        PRINT '(A)', 'You entered :'
        print '(A)', AGE
        STOP
      END
ken@ken-Inspiron-5755:~/fortran$ ./a.out
Hello, world. Enter your age :
73
You entered :
73

Now under Unix
$ ./a.out
73
Hello, world. Enter your age :
You entered :
73

Thanks,
Ken



-- 
WWL 📚

[-- Attachment #2: Type: text/html, Size: 1237 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-24 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 22:39 [TUHS] 3B2/400 Unexpected f77 results KenUnix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).