static void SomeFunction(WrenVM VM) { VM.ReturnString("Hello Wren World #" + Rand.Next(1, 100) + "!"); }