client/New()
..()
world << "[src] logs in."
src << "Welcome to [world.name]"
Problem description:I don't understand it. The error is:proc definition not allowed inside another proc. I don't understand.
ID:144041
![]() Apr 17 2007, 12:59 pm
|
|
Code:Login Problem
client/New() Problem description:I don't understand it. The error is:proc definition not allowed inside another proc. I don't understand. |
![]() Apr 17 2007, 1:07 pm
|
|
Why have all that? Just do this...
|
The reason why it said that was because you indented everything after the parent proc ..(), when it should NOT be indented there:
Previously client/New() Should be: client/New() Note the indentation between the two adter the ..() - GhostAnime |