# A call can fail, so it uses [ ] and lives in an if if (FortChar := SomeAgent.GetFortCharacter[]): Print("Character is here — safe to use it") else: Print("No character right now — handle the empty case")