Welcome to the Wy Programming Language!
I mainly created this to test my Python skill at my current level,and it was fun to create. This is a very small and expiremental language with minimal syntax,but I will explain to you nonetheless.
To get started,you begin by typing one of these four:
1)variable
To set variables. It asks you to name one variable and to set its value.
2)log
To print to the console. You write log<'..'> for text,and just log<...> for variables.
3)boolean
You type in the following: Say my variable is called "x" and the value is 20. You type in x?=20.This will get the output "True".Otherwise,it will output False.
4)maths
Self-explanatory.You type in basic arithmetic and it gives you the result.No log<> needed,just write away. So that is all of Wy!It has the basics of any programming language:variables,printing,booleans and mathematics.
Have fun coding in this new language!
