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.

Reply via email to