test_for

Type: M-File

Group: test

Syntax

TEST_FOR(limit)

Description

A function to test 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