This website works better with JavaScript.
Начало
Каталог
Помощ
Вход
jared
/
ZenScript
разклонено от
ZenScript/ZenScript
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
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
Ревизии
7
Клонове
ИН на ревизия:
033581a709
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '033581a709'
${ noResults }
ZenScript
/
ScriptingExample
/
scripts
/
arithmetic.zs
arithmetic.zs
40B
История
Директен файл
1
2
3
4
var j = 0;
println(j);
j++;
println(j);