Who Knows Programming Language Wiki
This programming language is easy to learn and comes with a compiler.
Status: Pre-Alpha
Brought to you by:
syntaxmedia
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!