abs
abs copied to clipboard
Ability to call a concurrent function like a goroutine: fn.go(args)
go calls a function with the arguments passed:
multiplier = f(x, y) { x * y }
multiplier.go([10, 2]) # 20