Sure! Here is a simple drawing made using Pascal:
You can run this code in a Pascal compiler to see the drawing.
Sure! Here is a simple drawing made using Pascal:
beginwriteln(' /\\');
writeln(' // \\');
writeln(' // \\');
writeln('// \\');
writeln('----------');
end.
You can run this code in a Pascal compiler to see the drawing.