Hey, everyone! I just got into coding with ComputerCraft and I need some help with printing. It's very basic, but I can't seem to work it out. Here is part of the coding that I'm not getting right
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spawner=peripheral.wrap("top")
x = spawner.getTankInfo()
print(x)...