This is a simple programming language.
So, my wife wants to start learning programming.
And I decided to create a programming language for her.
Therefore, this project can be modified if my wife wants to change the programming language :)
So, my wife wants to start learning programming.
And I decided to create a programming language for her.
Therefore, this project can be modified if my wife wants to change the programming language :)
fun foo(x, y) {
x + y;
}