Sharing a fun tip on ways to create pixels with Macro scheduler.
I was looking for a 16bit grayscale image that had all the 65k grayscales. But did not find one.
This one is 8bit and You need a .pgm compatible viewer, like Irfanview to view this 50x255 image.
WriteLn>8BitGrayScaleImage.pgm,x,P2%CRLF%50 255%CRLF%255
Let>k=-1
Repeat>k
Let>k=k+1
Let>Row=%k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k% %k%
WriteLn>8BitGrayScaleImage.pgm,x,%Row%
Until>k,255