quScript - a low-level statically-typed general-purpose language, with a syntax quite reminiscent of TypeScript, C++, Rust and Visual Basic. (i still dont know how to make a compiler for this so this will be just the vocab and other stuff so you can get the grasp of how the language will look like and work)
Here's a simple "hello world" program in quScript:
thats it! nothing extraordinary
Here's how to make an if-else statement in quScript: