script
script.git
git clone
git://git.lenczewski.org/script.git
Log
|
Files
|
Refs
test.script (70B)
1
x : u64 = 10;
2
y : u64 = 30;
3
z : u64 = 20;
4
5
return 10 1 + x - y * z /;