gp32rich
Never been accused of being subtle
Not exactly true (at least, in my head )pea posted on Oct 15 2005 at 10:09 PM said:Not really true. As soon as you use a single variable, you are already using algebra. Assigning a value to an arbitrary label is part of algebra, i.e:
a = 5;
so you can't really get away from it.
a=5 is shorthand for the programmatic statement assign the value of 5 to the memory specified by the name a
Just because it looks a bit like maths doesn't mean that it is, that's just a historical curiosity because early computer scientist were .. scientists & mathematicians <_<
The more you want to do with a program the more maths you'll find yourself using, working out where you want an image to be placed, for example
It's only as hard as you want it to be.
But you *could* write something like a text adventure with no maths involved -- a simple one .. go here, pick this up, avoid that, put it there, you win!
Jeez Pea! Are you trying to scare them away?
Last edited by a moderator: