Comments Off on OmniMark

In OmniMark, you can write “Hello World!” with the following code:
rules
print-hello-world
send "Hello World!\n" to output
end rules
start:
print-hello-world
Here’s a brief explanation of what this OmniMark program does:
rules
block defines named rules, in this case,print-hello-world
.- Inside the rule
print-hello-world
, we use thesend
statement to output “Hello World!” followed by a newline character (\n
) to the standard output (usually the console). - The
start:
label indicates where to start execution of the program, in this case, it’s calling theprint-hello-world
rule.Promptyoung woman, beautiful face, standing, great body, gorgeous figure, long legs, pretty eyes, long hair, learns OmniMark programming language, beautiful background, magnificent scenery, Maurice de Vlaminck style, HD, sharp focus, stunningly beautiful, hyper-detailed, Googie Art Style, dynamic, dramatic, 1950’s futurism, bold boomerang angles, Googie art styleNegative promptugly, 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: Shuttle3Diffusion

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!