Replies: 1 comment
-
It would be like:
when you have the standard initializer list type imported:
So then you can do like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, the syntax in C is:
int arr[5] = {1, 2, 3, 4, 5};
. What is the syntax in Adept?Beta Was this translation helpful? Give feedback.
All reactions