instances are basically working now, tests are not -> satisfy tests!

This commit is contained in:
David Halter
2012-05-01 04:59:40 +02:00
parent 0d083782ab
commit c0d9cbf0b6
7 changed files with 195 additions and 66 deletions

View File

@@ -34,8 +34,12 @@ b2.upper
# list assignment
[list1, list2] = (1, "")
#? []
list1.index
#? ['real']
list1.real
#? []
list1.lower
#? ['lower']
list2.lower
#? []