コード例 #1
0
void CmdSystemEx::Cmd_Echo_f( const CmdArgs &args ) {
	String result;
	args.Args( result );
	Console::Print( Format( "$*\n" ) << result );
}