_Added in 1.9.0_ *$prop* Returns the property used (if any) when a custom identifier is called. *Example*
; Create an alias.
alias example {
  echo -ag prop used was $prop
}

; Call the alias with a property.
//noop $example().helloworld