#IFDEF GET_!1   // if defined as a function
    #IF (GET_!1>$40000000) // If move Object-access to (var|property)
      MoveVar (!1(Current_object)) to !3
    #ELSE
      #ERROR DFERR_COMP_INVALID_OBJECT_REFERENCE "Already defined as a function"
    #ENDIF
  #ELSE
    #ERROR DFERR_COMP_INVALID_OBJECT_REFERENCE "Object not yet defined"
  #ENDIF