	/**** ******/
	_string = sub_function( 'abc')	
	return _string

	sub_function:
		_c = TESTFUNC( arg(1) )
	return _c
