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
/
arguments.vs
1
2
3
4
if ($argc > 1) {
printnl("Hello,", $argv[1]);
}