fork download
  1. import std.stdio;
  2.  
  3. void main(){
  4. writeln(typeof('u'w).stringof);
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.d(4): found 'w' when expecting ')'
prog.d(4): found ')' when expecting ';' following 'statement'
stdout
Standard output is empty