A simple scripting language in C++
Ferenc Szontágh
2025-04-18 e398a47fc9ef8ded356c56b5739808ce1192e3d2
test_scripts/test2.vs
@@ -1,5 +1,3 @@
<?void
int $num = 123;
double $double = 12.3;
string $variable = "This is a string content with a number: 123";