Bubobubobubobubo/sardine

Amphibian variables only take uppercase

Closed this issue · 2 comments

V.s = 20 # works
v.s = 20 # errors
NameError: name 'v' is not defined

docs say upper or lower case
Fix code or change docs.

This should be part of tackling #146. I can give it a shot this week :)

Amphibian variables have been saved. Closing.