This website works better with JavaScript.
Начало
Каталог
Помощ
Вход
kindlich
/
ZenScript
разклонено от
ZenScript/ZenScript
Наблюдаван
1
Харесван
1
Разклонения
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.
314
Ревизии
7
Клонове
ИН на ревизия:
6086179d88
1.14
WIP/functionalInterfaces
development
feature/remove-storedtypes
genericParams
master
stdlib
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '6086179d88'
${ noResults }
ZenScript
/
ScriptingExample
/
scripts
/
arithmetic.zs
arithmetic.zs
40B
История
Директен файл
1
2
3
4
var j = 0;
println(j);
j++;
println(j);