Subject:
|
Re: Rotation Sensors
|
Newsgroups:
|
lugnet.org.ca.rtltoronto
|
Date:
|
Sat, 16 Feb 2002 03:09:25 GMT
|
Viewed:
|
477 times
|
| |
| |
"Trevyn Watson" <4tee2@rogers.com> wrote in message
news:3C693425.8000602@rogers.com...
> Dont use subroutines... use functions.
>
> Like this:
>
> task main()
> {
> while(clueless==true)
> {
> speculation();
> }
> }
>
> void speculation()
> {
> blahblahblah();
> }
TREVYN.
TERRIBLE FORM. MINUS SEVEN POINTS FOR YOU@!!!!!!!!!!!!!!!
ARGH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LEARN. HOW. TO. NEST.
PROPERLT@%(*@!#%*#@(%*#@(*%#####################################
Like this hun.
task main()
{
while(clueless==true)
{
speculation();
}
}
void speculation()
{
blahblahblah();
}
See, look how sexy that is. That is the sexiest code ever!
I mean COME ON did you just RANDOMLY hit tab like seven times sometimes, and
then not hit it some other times????????? :)
This is why I FEARED NQC in the begining, people who would just randomly
brace things in improper places. NO ONE LIKES A
FLOATY-BRACE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I AM THE-TIRED and do require sleep.
Iain
|
|
Message has 1 Reply: | | Re: Rotation Sensors
|
| (...) I think a combination of my newsreader and lugnet garbled my tabs and spaces. And then, your quoting garbled them even further. Let's try again: task main() { while(clueless==true) { speculation(); } } void speculation() { (...) (23 years ago, 16-Feb-02, to lugnet.org.ca.rtltoronto)
|
Message is in Reply To:
| | Re: Rotation Sensors
|
| Dont use subroutines... use functions. Like this: task main() { while(clueless==true) { speculation(); } } void speculation() { blahblahblah(); } Hmm. If youve been spending too much time in NQC, i think this post proves that i've been spending WAY (...) (23 years ago, 12-Feb-02, to lugnet.org.ca.rtltoronto)
|
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|