Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[Main]
Function int aa(int nn)
{
	ty "inside function";
	sdf;//error
	return 1;
}

int nErr = aa(0);
ty "after function";

SupportĀ Variables for Row SubrangeĀ Notation

Code Block
int a = 1;
int b = 12;
range rr=col(1)[a:b];

New Added System Variables

...