[Oberon] A test.

peter at easthope.ca peter at easthope.ca
Tue May 23 03:10:57 CEST 2017


Hi,

This module compiles in Oberon in LinuxAos (rev.6661). 

MODULE Test IN Oberon;
IMPORT Texts, Oberon;
VAR Wr: Texts.Writer;

PROCEDURE Test*; 
BEGIN 
	Texts.WriteString(Wr, "A line."); Texts.WriteLn(Wr); 
	Texts.Append(Oberon.Log, Wr.buf)
END Test;

BEGIN  END Test.

Executing Test.Test gives http://easthope.ca/Trap.  Reinstalling the 
system is the only option I think of.  Any ideas?

Thanks,           ... Lyall E.

-- 

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Tel: +1 360 639 0202                      Pender Is.: +1 250 629 3757
http://easthope.ca/Peter.html              Bcc: peter at easthope. ca



More information about the Oberon mailing list