Hacker News new | ask | show | jobs
by unnouinceput 2721 days ago
tried: declare xxx as integer pointer to array of string equal to "mumu" and "kaka"

got: bad character '"'...apostrophe instead of double quote has the same result...well, I guess I expected too much

1 comments

You are mixing type declarations and values. Foo equals bar is not a constraint that can be specified via the type system (generally speaking).