4 lines
47 B
AppleScript
4 lines
47 B
AppleScript
|
|
set |Δ| to 1
|
||
|
|
set |Δ| to |Δ| + 1
|
||
|
|
return |Δ|
|