prog8/examples
Irmen de Jong 66829203d8 New [x]*42 syntax to create array literals with repeated values (like "abc"*10 already exists for strings)
Should be used in place of array initializer expressions that contain only a single numeric value to initialize the whole array with. That isn't supported anymore.
2024-10-13 05:16:08 +02:00
..
atari
c64 added examples/cx16/balloonflight.p8 2024-10-13 00:51:07 +02:00
cx16 added examples/cx16/balloonflight.p8 2024-10-13 00:51:07 +02:00
vm
.editorconfig
animals.p8
balls.p8
cube3d-float.p8 Remove array initialization by single value. 2024-10-13 04:31:56 +02:00
cube3d-gfx.p8
dirlist.p8 house cleaning 2024-10-10 20:46:18 +02:00
examples.iml
fibonacci.p8
fractal-tree.p8
mandelbrot-gfx.p8 house cleaning 2024-10-10 20:46:18 +02:00
mandelbrot.p8 house cleaning 2024-10-10 20:46:18 +02:00
maze.p8
numbergame.p8
primes.p8
queens.p8
screencodes.p8
swirl-float.p8
swirl.p8
test.p8 New [x]*42 syntax to create array literals with repeated values (like "abc"*10 already exists for strings) 2024-10-13 05:16:08 +02:00
textelite.p8