max-subarray-sum ( seq -- sum )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
suman object


Word description
Output the maximum subarray sum of the sequence.

Definition