I would like to create an App Inventor procedure that, like the is in list? block, tests whether a thing is in a list. In addition to returning true or false, I would like to remove the thing from the list if it is present. So far, I haven’t found a way to embed a statement (i.e., a block that doesn’t have a value plug on its left side) inside the block for a procedure returning a value, which expects expressions (blocks that do have value plugs on their left side).