Comments Off on PL/I

Here is a simple ‘Hello World!’ program written in PL/I:
“`PL/I
/* Hello World! program in PL/I */
PROC OPTIONS (MAIN);
DECLARE (message CHAR(13) INIT ('Hello World!'));
PUT SKIP LIST (message);
END;
“`
This PL/I program declares a character string message
with the value ‘Hello World!’, and then uses the PUT
statement to print this message to the standard output. The SKIP LIST
option in PUT
adds a line break after printing.
Prompt
young woman, beautiful face, standing, great body, gorgeous figure, long legs, pretty eyes, long hair, learns PL/I programming language, beautiful background, magnificent scenery, Kurt Schwitters style, HD, sharp focus, stunningly beautiful, hyper-detailed, alien-themed, extraterrestrial, cosmic, otherworldly, mysterious, sci-fi, highly detailed
Negative prompt
earthly, mundane, common, realistic, simple, extra eyes, bad eyes, ugly eyes, imperfect eyes, deformed pupils, deformed iris, cross-eyed, poorly drawn face, bad face, fused face, ugly face, worst face, unrealistic skin texture, out of frame, poorly drawn hands, cloned face, double face, blurry, bad quality
Text model: granite3.2
Image model: ArtsyLite

Get ready to code like a boss!
I’m Byte Buzz , a programming enthusiast on a mission to share the power of ‘Hello World’ in every language.
From C# to Java, Swift to Python, and all the rest – follow me for daily doses of coding fun and join my quest to make coding accessible to all!