mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
some fixes in syntaxchecking array initializer values
This commit is contained in:
@@ -60,7 +60,7 @@ of values together (and use it multiple times). Something like::
|
||||
|
||||
struct Point {
|
||||
ubyte color
|
||||
word[3] vec = [0,0,0]
|
||||
word[] vec = [0,0,0]
|
||||
}
|
||||
|
||||
Point p1
|
||||
|
Reference in New Issue
Block a user