Case-sensitivity of identifiers: Difference between revisions

m
Corrected typo.
(Totally rewritten as the provided example was no longer valid.)
m (Corrected typo.)
Line 987:
type Coordinates = tuple[x, y: float]
 
# The guidelines suggest that variable identifiers start bywith a lowercase letter.
var coordinates: Coordinates # No problem, the identifiers differ by their first letter.
 
Anonymous user