From a62cbd3e76c0e937b224158a206fe343a9c4d2eb Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 30 Nov 2011 09:56:50 +0000 Subject: Support for array declaration and initialization --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 5c7c490..0e74c12 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,8 @@ Indirection, address and pointers in general Arrays (definition and use) int x; -int a[2] = {1, 2]; +int a[2] = {1, 2}; a[2] = 2; x = a[2] + +Function calls with arguments -- cgit v1.2.1