123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|387|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> What Goes Up

Tue, 04 Jul 2017, 03:56
cyangames
I'm mostly using. for ($i=0; $I! =10; ++$I) {}

-=-=-
Web / Game Dev, occasionally finishes off coding games also!
Tue, 04 Jul 2017, 03:56
GfK
Oddball.
Tue, 04 Jul 2017, 04:21
Jayenkai
I tend to use N a lot.. to the point where I get stuck inside my own loops, fairly often..

-=-=-
''Load, Next List!''
Tue, 04 Jul 2017, 04:30
GfK
I use 'n', too. Just because that's what the Locomotive Basic manual used a lot of the time when I started programming in 1986, and it's sorta stuck ever since.
Tue, 04 Jul 2017, 04:54
Jayenkai
\o/yeay\o/

Nowadays I tend to use i or u for references, with i usually being the player or object in question, and u being anything it needs to collide with, so that when read, it "I" vs "You".

-=-=-
''Load, Next List!''
Tue, 04 Jul 2017, 05:39
steve_ancell
I also use for(int i = 0; i < max; i++) { } quite a lot, although I somtimes just use what ever springs to mind.
Tue, 04 Jul 2017, 09:25
Jayenkai
*notices*
I hope Rychan's language of choice isn't case sensitive...!

-=-=-
''Load, Next List!''
Tue, 04 Jul 2017, 09:50
spinal
[code] for(int t=0; t<10; t++){
// code
}[code]

-=-=-
Check out my excellent homepage!
Tue, 04 Jul 2017, 16:34
rockford
I use 'n' too - for exactly the same reasons as GfK; Amstrad BASIC.

Although TBF we also used 'n' as an unknown integer in algebra at secondary school, which also happened to start in the same year I got my CPC - 1984. Coincidence? Nah!
Tue, 04 Jul 2017, 17:18
GfK
My 8yo wants to make games - she had a go at programming in Locomotive Basic when I had the 464s out not so long ago.

I think they're teaching programming in primaries next year - I keep hearing rumours about it. AFAIK they're only teaching Scratch but it'll be a good grounding in code logic if nothing else.
Tue, 04 Jul 2017, 17:22
therevillsgames
I use to use "n", but for years now I've just "i" then "j" then "k":


Wed, 05 Jul 2017, 03:47
GfK
Is that Monkey2 syntax?
Wed, 05 Jul 2017, 17:30
therevillsgames
It's Java.

MX2 would be: