Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 248 Bytes

count.sh.md

File metadata and controls

12 lines (10 loc) · 248 Bytes

count

count -- Counts the number of elements.

count counts the number of elements of an array.

Usage

// 1. Function form
void func::count(int* result, string[]* values)
// 2. Command form
void sub::count(string[]* values) > result