Nim's `char` type (the one with single quotes) is for ASCII characters, and it can't be empty - it's always an ASCII character (a byte). You can use null byte instead of "empty", but maybe there are better ways specific to your project as well.
- Nim's way to clear empty character variable mardiyah
- Nim's way to clear empty character variable Yardanico
- Nim's way to clear empty character variable hamidrb80