Programming Language (No code inside)
This is an idea for the V# Programming Lang Code example: // Variables def:var exvar[int] = 5 exvar.type // Returns the variable type in this case, an integer exvar.type = [str] // Converts the type to a string exvar = 6 // Changes the value to 6 exvar += 1 // Increments exvar by 1 // Printing print("Hello, World") // Output: Hello, World More Stuff Coming Soon IG