Changeset 1743
- Timestamp:
- 11/07/08 20:23:38 (2 months ago)
- Location:
- cobra/trunk/Source/Snapshot
- Files:
-
- 3 modified
-
cobra.exe (modified) (previous)
-
Cobra.Lang.dll (modified) (previous)
-
CobraLang.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Snapshot/CobraLang.cobra
r1681 r1743 242 242 assert '.exe' in CobraCore.exePath 243 243 body 244 return Assembly.getE xecutingAssembly.location244 return Assembly.getEntryAssembly.location 245 245 246 246 get printDestination as TextWriter
