When I added a loop to the kernal, it said "Expected Token not seen"
The code is simple:
for(int i=0; i<3; i++)
{
//do something.
}
No. PB3D doesn't support loops yet. We will be adding support for fixed length loops before the final release.
Retrieving data ...