testfunctionfor001

Type: M-File

Group: test

Syntax

testFunctionFor001(limit)

Description

A function to test the for command. It adds all integers up to limit.

Examples

TEST_COMPLEX(4) x=0 y=0 x=1 y=1 x=2 y=3 x=3 y=6 x=4 y=10