Hello World
This example demonstrates how to print a message to the terminal using the Umbra language.
Code
How to Run
To run the code above, save it in a file with the .u
extension, such as hello-world.u
. Then, execute the command:
This command will display Hello world
in the terminal, showcasing the basic output functionality in Umbra.
Next example: Values