K3
1 program
Added 2026-03-12T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: K version 3
Provenance: commit d932d0f1c6 · authored 2026-03-12T12:19:07+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Array Statistics
Provenance: commit d932d0f1c6 · authored 2026-03-12T12:19:07+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
/ K3: Array statistics
data:1 2 3 4 5 6 7 8 9 10
`0:"Count: ",$#data
`0:"Sum: ",$+/data
`0:"Mean: ",$(+/data)%#data
`0:"Max: ",$|/data
`0:"Min: ",$&/data