plural - pannous/angle GitHub Wiki
angle is plural aware:
friends=[james, peter]
print each friend
Other places where plural awareness manifests itself:
print words of text
for word in text: print it
see Broadcasting and Iteration
angle is plural aware:
friends=[james, peter]
print each friend
Other places where plural awareness manifests itself:
print words of text
for word in text: print it
see Broadcasting and Iteration