Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

The 20 Line Challenge / All right Im just getting into this plz help gwhat is lines are they gmae programming codes

Author
Message
Xzaero
18
Years of Service
User Offline
Joined: 26th Dec 2005
Location:
Posted: 27th Dec 2005 03:01
Well i pretty much asked the question lol im sorry i just dont know

I Sneak up on people
Zotoaster
19
Years of Service
User Offline
Joined: 20th Dec 2004
Location: Scotland
Posted: 27th Dec 2005 13:31
Lines is how many lines you have in your code, simple as that. The challenge is to cram all you can into 20 lines of code, using the : symbol.

Have fun

BMacZero
18
Years of Service
User Offline
Joined: 30th Dec 2005
Location: E:/ NA / USA
Posted: 31st Dec 2005 01:13
Also, what he's talking about when he says use the ":" symbol he means using it to fit multiple commands on the same line

Example:
Instead of
a$="Hello"
b$="World"
c$=a$+b$
print c$

You could say
a$="Hello" : b$="World" : c$=a$+b$ : print c$

Or
a$="Hello" : b$="World"
c$=a$+b$ : print c$

[bold]Bmaczero[/bold]

Login to post a reply

Server time is: 2024-04-20 12:48:32
Your offset time is: 2024-04-20 12:48:32