Skip to content

配列の仕様を追加する #18

@shadowlink0122

Description

@shadowlink0122

概要

配列がまだ実装途中なので、追加の機能を実装します。

追加すること

  • 多次元配列
    • int a[5][5]... が定義可能
  • arrayの初期化
    • 1次元配列: int a[] = [1,2,3,...];
    • 多次元配列: int a[][] = [[1,2], [1,2]];

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions