Daniel Martinez Davies

Results 2 issues of Daniel Martinez Davies

Trying to use more than one output requires using more than one grppi expression. For example: ``` for(int i = 0; i < 10; i++){ a[i] = 0; b[i] =...

The following use case cannot be represented using grppi: ``` for(int i = 0; i < 10; i++){ a[i] = i; } ``` The use of the expression "i" requires...