- Timestamp:
- Oct 31, 2009, 11:28:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/libraries/core/ConsoleCommandCompilation.cc
r5781 r6011 86 86 std::string echo(const std::string& text) 87 87 { 88 std::cout << text << std::endl;89 88 return text; 90 89 }
Note: See TracChangeset
for help on using the changeset viewer.