The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<qbasic> in the docs
#1
Why the <qbasic> extension is used in the docs? The following code has been taken from the FUNCTION page:

Code:
<qbasic>FUNCTION Factorial(x AS Ulong) AS Ulong IF x < 2 THEN RETURN x: END IF RETURN Factorial(x - 1) * x END FUNCTION</qbasic>

The extension highligths the code but also links the keywords to http://www.qbasicnews.com
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)