ID:145633
 
mob
verb
say(msg as text)
view() << msg



Problem description:
I dont get why this doesn't work. It says that the << are not defined. The original code from the guide book im learning from is
mob/verb/say(msg as text)
view() << msg

which in the book said the 2 should be the same.
Note: I just started learning this language


</<></<></<>
It's the indentation. The "view()<<msg" should be indented past the "say(msg as text)". Also, put the code inside the dm tags that are provided for you.
Press Ctrl T in Dream Maker.