This is an example of how to use the ArrayIndex, ArrayReplace, BranchComp, and BranchTest functions.
task main()
{
float A[3][3];
float C[][];
int R = 3, S = 3;
float tmp[], arr_temp[], val_temp;
int s, r;
s = S;
lbl_Trans_start_s:
{
s--;
r = R;
lbl_Trans_start_r:
{
r--;
}
}
}