Menu

Hello World

Syntax Media

Welcome to the first code tutorial! In this tutorial you will learn how to make your first WK program. If you don't know how to set up for environment, check out the [Setup] tutorial first.
To print to the console, simply type the following code into your file:

print("Hello World!")

When you run the .WK file, the console should say Hello World! on it. It is important to note that WK requires every statement to be on the line after the last statement. That's all there is to it!


Related

Wiki: Setup

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.