//typedef array_t List; class List { } List num = new List(); int_t doAdd(int_t a, int_t b) { return a+b; } print(doAdd(23, 56));