#macro( testmacro $myarg ) #set( $myarg = $myarg + ' postfix ' ) $myarg #end #testmacro( 'hello' )