[comp.sys.transputer] output to host with Occam

demon@jhunix.HCF.JHU.EDU (Austin M Fulk) (10/21/89)

Hello Net-World,

How does one output to the host display under a parallel construct
using the Occam Toolset with a single T800 board on an IBM PC?

I have written the following program fragment in Occam:

PAR
   SEQ
      --send message 
      --write to the screen "message sent"
   SEQ
      --receive message
      --write to the screen "message received"

This only works if I have one of the write statements commented out.

Also, is there a writeline or equivalent tool that inserts a carriage
return after the output?

Thanks for any help that you can provide.
                                            Alan