move test

This commit is contained in:
K. Lange 2021-01-10 11:00:14 +09:00
parent 500e761a67
commit 84302652a8
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
# Strings have a syntehesized __get__
# which returns an integer value of the byte...
# This will probably codepoint of a UTF-32 string later?
# Strings have a syntehesized __get__ so they can be indexed...
print("Test"[1])
class Test: