eval() in c#
hello. how i can do something like [ eval(); in js or php ] i will not make a text editor , but i need it in code only ! like : ๐ข๐ง๐ญ ๐ฑ = ๐ฌ๐๐๐จ๐ง๐ ; ๐ฌ๐ญ๐ซ๐ข๐ง๐ ๐๐ข๐ซ๐ฌ๐ญ = "๐ก๐๐ฅ๐ฅ๐จ ๐ข'๐ฆ ๐จ๐ง๐"; ๐ฌ๐ญ๐ซ๐ข๐ง๐ ๐ฌ๐๐๐จ๐ง๐ = "๐ก๐๐ฅ๐ฅ๐จ ๐ข'๐ฆ ๐ญ๐ฐ๐จ"; ๐ฌ๐ญ๐ซ๐ข๐ง๐ ๐ญ๐ก๐ข๐ซ๐ = "๐ก๐๐ฅ๐ฅ๐จ ๐ข'๐ฆ ๐ญ๐ก๐ซ๐๐"; ๐ฌ๐ญ๐ซ๐ข๐ง๐ ๐๐จ๐ฎ๐ซ๐ญ๐ก = "๐ก๐๐ฅ๐ฅ๐จ ๐ข'๐ฆ ๐๐จ๐ฎ๐ซ"; ๐๐ฎ๐ง๐(๐ฒ); { ๐๐ฏ๐๐ฅ(" ๐ฑ = " + ๐ฒ); } func(x); ๐๐จ๐ง๐ฌ๐จ๐ฅ๐.๐ฐ๐ซ๐ข๐ญ๐(x); // ๐จ๐ฎ๐ญ๐ฉ๐ฎ๐ญ : ๐ก๐๐ฅ๐ฅ๐จ ๐ข'๐ฆ ๐ญ๐ฐ๐จ ---------------------------- i need code like this because i have more than 50 if else and switch blocks and more. thanks =) i try the idea here : https://code.sololearn.com/WbiEHdk01g4l/?ref=app