IWANABETHATGUY/cminus-rs

[feat:array initializer]

Closed this issue · 0 comments

new syntax: array initializer.
so we can write code like

int a[10] = {1, 2, 3};