Closed hogoww closed 4 years ago
int x = 4; ests traduit comme un Declaration Statement, mais est un DefinitionVariable
'solved'in the sense that slang does not do this kind of statements. It's doing it c89 style
int x = 4; ests traduit comme un Declaration Statement, mais est un DefinitionVariable