RFC: Isset/Set Operator

Project Governance
Author
Chris London
Author
me chrislondon co
Two new operators. ?= for setting the value of an unset or falsey variable. And ??: which acts like ?: except it it also checks is set.

This RFC has not yet started voting