Hi, I'm new to F#. I'm attempting to use it to build components with 'Decentralized Software Services' from the Microsoft Robotics Group. Unfortunately, some of the 'glue' this framework requires is that I expose a string literal from a class i.e. public const string Identifier = "..." in C# parlance.
Can I currently do this? I've not had any luck so far.
Thanks
Nick.