Sha256: 2e643e40907042012a9a0e8282a27775a0a074b1d0f59f7ced29c2b6006de4fb

Contents?: true

Size: 216 Bytes

Versions: 42

Compression:

Stored size: 216 Bytes

Contents

#declare Index1 = 0;
#while(Index1 <= 9)

   #declare Index2 = 0;
   #while(Index2 <= 19)

      sphere { <Index1, Index2, 0>, .5 }

      #declare Index2 = Index2 + 1;
   #end

   #declare Index1 = Index1 + 1;
#end

Version data entries

42 entries across 42 versions & 5 rubygems

Version Path
pygments.rb-0.1.3 vendor/Pygments-1.4/tests/examplefiles/while.pov
pygments.rb-0.1.2 vendor/Pygments-1.4/tests/examplefiles/while.pov