DEV Community

RWB Tech Lab
RWB Tech Lab

Posted on

What language is this?

I worked with it in the early 1990s.
Superfast language.

program hw;
var a:string = 'world';
begin
writeln('Hello '+a);
end.

https://www.rwb-tech-lab.com

Top comments (0)