UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 274 B
export var countDocs = { name: 'count', category: 'Matrix', syntax: ['count(x)'], description: 'Count the number of elements of a matrix, array or string.', examples: ['a = [1, 2; 3, 4; 5, 6]', 'count(a)', 'size(a)', 'count("hello world")'], seealso: ['size'] };