Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jared
/
ZenScript
forkato da
ZenScript/ZenScript
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
ZenScript main repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
362
Commit
7
Rami (Branch)
Albero (Tree):
033581a709
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '033581a709'
${ noResults }
ZenScript
/
ScriptingExample
/
scripts
/
scriptparameters.zs
scriptparameters.zs
75B
Cronologia
Originale
1
2
3
println("Arguments:");
for i, arg in args
println("- " + i + ": " + arg);