Don't forget that the rationale behind the infix dereferencing is
this:

  @variable_name
  @{variable_name}
  @$scalar_containing_variable_name     @$scalar_containing_value_ref
  @{ code evaluating to variable name } @{ code giving value ref }

Nat

Reply via email to