📄️ Installation
Currently Xvr can be installation from release zip and manual installation or latest interpreter can be clone on github by
📄️ Playing With Literals
And now we playing with literals, literals are constant value which is defining that value and write to stdout.
📄️ Working with variables
now we make some fun with variable, variable are label which is can defining the some value, its like some box called "slowy shoes box" and the shoes are inside the box. variable defined with var keyword
📄️ What is logic operator ?
logical operator are describing that operator can be return true or false from two boolean values.
📄️ Playing with conditional
What if today was raining? maybe you using jacket or umbrella, but, what if today are sunny?, you maybe wearing short pants or using sunglasses. We can play it with conditional statement.
📄️ Are you good at math?
Can we evaulate some question about 5 (C) + (C)(D)? when C = 1 / 5 and D = 15 , and yes of course.
📄️ Lets we repeat some name
How can i make "jane doe you are funtastic" with 50 times?, should i create 50 statement of prints ?. Absolutely no, we can use looping.
📄️ Can we make some custom statement ?
Yes, of course, proc can do it.
📄️ Congratulations
Congratulations we Finish!. You are coding with XvrLang, so, you need deep dive about this lang?. You can check on code, next we can adding more tutorial.