Comments Off on PL-11

PL/I (Programming Language One) is an imperative computer programming language published by IBM in 1964. It was designed for scientific, engineering, and commercial applications. Below is how you would print “Hello World!” using a simple PL/I program:
/* Program to print Hello World! */
options (main); // Main program declaration
procedure options (main);
declare (i) fixed;
put skip list ('Hello World!'); // This command prints 'Hello World!'
end;
To run this code, save it in a file with the .PLI extension, then compile and execute it using a PL/I compiler like IBM’s own or open-source ones such as OpenPL/I.
Prompt
young woman, beautiful face, standing, great body, gorgeous figure, long legs, pretty eyes, long hair, learns PL-11 programming language, beautiful background, magnificent scenery, Orest Kiprensky style, HD, sharp focus, stunningly beautiful, Neo-Baroque, ornate and elaborate, dynaimc, Neo-Baroque
Negative prompt
verybadimagenegative, bad_prompt_version2-neg, easynegative, FastNegativeV2, ugly, deformed, noisy, blurry, low contrast, 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: CHEYENNE

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!