UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

10 lines (7 loc) 167 B
# @ts-check ###* @type import('./sum').Sum ### export default (list) -> sum_result = 0 for sum_n in list sum_result = sum_result + sum_n return sum_result