Name: :) 2009-06-27 17:39
program hi;
#include( "stdlib.hhf" )
begin hi;
stdout.put("Enter ye text: ");
stdin.flushInput();
repeat
stdin.getc();
stdout.putc(al);
stdout.put( "=$", al, nl );
until( stdin.eoln() );
end eolnDemo2v3;
#include( "stdlib.hhf" )
begin hi;
stdout.put("Enter ye text: ");
stdin.flushInput();
repeat
stdin.getc();
stdout.putc(al);
stdout.put( "=$", al, nl );
until( stdin.eoln() );
end eolnDemo2v3;