init
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
inline_array := [1, 2, 3]
|
||||
|
||||
newline_array := [
|
||||
1
|
||||
2
|
||||
3
|
||||
]
|
||||
|
||||
comma_array := [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
]
|
||||
|
||||
inline_block := { first := 1; second := 2; first + second }
|
||||
|
||||
InlinePoint :: &{ x: i32:; y: i32: }
|
||||
inline_point := &InlinePoint.{ x: 1; y: 2 }
|
||||
Reference in New Issue
Block a user