dashboard
repositories
filestore
activity
search
login
main
/
voidscript
A simple scripting language in C++
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
add else if to the if
Ferenc Szontágh
2025-04-18
17b3739f756a1e713704b22cce89307308cea2d8
[voidscript.git]
/
test_scripts
/
escape.vs
1
2
string $variable = "This is an escaped \"string\" ";
print($variable);