Update main.d
This commit is contained in:
parent
f9fbc01440
commit
16ddeef133
|
@ -37,8 +37,8 @@ void main() {
|
|||
name[0 ... < size_rows][0 ... < size_cols] = ...
|
||||
*/
|
||||
|
||||
string oneName_string; // the same as char[resizeable]
|
||||
string[10] manyNames_string; // the same as char[10][resizeable]
|
||||
string oneName_string; // the same as char[]
|
||||
string[10] manyNames_string; // the same as char[10][]
|
||||
|
||||
//------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue