Amphibian variables only take uppercase
Closed this issue · 2 comments
HighHarmonics2 commented
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.
Bubobubobubobubo commented
This should be part of tackling #146. I can give it a shot this week :)
Bubobubobubobubo commented
Amphibian variables have been saved. Closing.