Translations:Development/KDevelop-PG-Qt Introduction/171/en
Appearance
	
	
   try/recover(expression)
-> symbol ;;
This is approximately the same as:
   [: ParserState *state = copyCurrentState(); :]
   try/rollback(expression)
   catch( [: restoreState(state); :] )
-> symbol ;