'compiling Issue with Crypto coin address identifier

I am getting a ParserError saying: Expected identifier but got 'address' return tokens[_id].address; ^-----^ Here is the line of code:

function ownerOf(uint _tokenId) public view returns(address){ return tokens[_id].address;

Any help getting that to compile properly would be very helpful, Im pretty new to coding. Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source