Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C# goes Javascriptish (or Pythonish)
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Dynamic; namespace Rextester { public class Program { public static void Main(string[] args) { dynamic expando = new ExpandoObject(); expando.SomeNewStringVal = "Hello Brave New Whirrled!"; Console.WriteLine(expando.SomeNewStringVal); // more expando coolness/weirdness: var p = expando as IDictionary<String, object>; p["A"] = "New val 1"; p["B"] = "New val 2"; Console.WriteLine(expando.A); Console.WriteLine(expando.B); } } }
run
|
edit
|
history
|
help
0
game 1.0.3
Customer bill information
Lottofacil
1
Enumeration
Timer2
Pentagon`s area
Integers Array manipulation examples
Stacks: Balanced Brackets -final
LCM Q 3