5 lines
50 B
Lua
5 lines
50 B
Lua
|
t = Type()
|
||
|
print(t)
|
||
|
t = Type(level("U"))
|
||
|
print(t)
|