Section One BBS

Welcome, Guest.


Subject: syncWXremix and Dial-up Date: Fri Jan 08 2016 01:05 pm
From: Deuce To: Nightfox

  Re: syncWXremix and Dial-up
  By: Nightfox to KenDB3 on Thu Jan 07 2016 12:52 pm

 > Isn't the "=== true" redundant?  Saying "if (dialup)" should be enough, and
 > it's just as clear as saying "if (dialup === true)", since that has the same
 > meaning.

No, they're different meanings.

dialup = "Yes"
if (dialup)
  print("Yessir!")
if (dialip===true)
  print("Fosho!");

Would only print "Yessir!".

---
http://DuckDuckGo.com/ a better search engine that respects your privacy.
Mro is an idiot.  Please ignore him, we keep hoping he'll go away.
 ■ Synchronet ■ My Brand-New BBS (All the cool SysOps run STOCK!)

Previous Message       Next Message
In Reply To: syncWXremix and Dial-up (Nightfox)
Replies: Re: syncWXremix and Dial-up (tracker1)