6.3.4 Removing a handler

mbfl_location_enter
{
  mbfl_declare_varref(ID)

  mbfl_location_handler 'do_stuff 1'
  mbfl_location_handler 'do_stuff 2' _(ID)
  mbfl_location_handler 'do_stuff 3'

  mbfl_location_remove_handler_by_id "$ID"
}
mbfl_location_leave

This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.