prog8/compiler
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
..
res optimize monogfx.fill() 2024-10-12 17:18:00 +02:00
src/prog8 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
test 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
build.gradle
compiler.iml