Dang failed format test:
Notice = sign not spaced out, ? not changed to Print, line 2 variable not cap fixed but VSCode does throwup auto completion with the previous DIM's varaible as a choice. But the output recognizes the all lower case variable the same as the camel capped one, not good if two different types which good ole IDE wont let you do!
Yeah, I am not told about the name conflict until after I try and run it. VSCode lets me waste my time Dim'ing with a name conflict:
Notice = sign not spaced out, ? not changed to Print, line 2 variable not cap fixed but VSCode does throwup auto completion with the previous DIM's varaible as a choice. But the output recognizes the all lower case variable the same as the camel capped one, not good if two different types which good ole IDE wont let you do!
Yeah, I am not told about the name conflict until after I try and run it. VSCode lets me waste my time Dim'ing with a name conflict:
b = b + ...