| NamePros Regular Name: Derek Location: Seattle, Wa Join Date: Jul 2004
Posts: 597
NP$: 69.00 ( Donate)
|
If you mean changing $k to $level, then that's just preference. That won't change the program, just the code. If you mean physically changing $k = 1 to $k = $level, the variable $level isn't initialized yet. It would most likely just be the same as $k = 0. |