demodocument1.pas 82 B

1234567
  1. program test;
  2. uses web;
  3. begin
  4. document.body.innerHTML := 'Hello world!';
  5. end.