SyncSyntax

int? x = null;
int y = x ?? 10;
Console.WriteLine(y);

3 weeks ago | [YT] | 1