Changes between Version 8 and Version 9 of LibraryTopics
- Timestamp:
- 11/17/10 20:56:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibraryTopics
v8 v9 15 15 * RelatedProjects 16 16 17 Cobra currently runs on .NET/Mono which means that you can often search for the web for phrases like "C# parse xml" and find an example that you can readily adapt to your code. 17 Cobra currently runs on .NET/Mono which means that you can often search for the web for phrases like "C# parse xml" and find an example that you can readily adapt to your code. Or search for ""msdn !SomeClass someMethod" and find the reference information for a method. 18 18 19 19 Cobra's standard library is a small set of additions on top of .NET/Mono. You can browse the source code in !CobraWorkspace/Source/Cobra.Lang/.