DropList::operator ~
Value Ctrl::operator ~()(maybe const modifier?)
String Value::operator~()(const modifier?)
String::operatr const char * ()(modifier?);
Value t1=~dl; String t2=~t1; const char* t3=(const char*)t2; char t4=*t3; if(t3=='$')
Report message to a moderator