[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2012-10-15T22:22:43-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/3623 2012-10-15T22:22:43-05:00 2012-10-15T22:22:43-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=22148#p22148 <![CDATA[End if Without Block If Error]]>

Statistics: Posted by JasonQuinn1992 — Mon Oct 15, 2012 10:22 pm


]]>
2012-10-15T15:42:21-05:00 2012-10-15T15:42:21-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=22138#p22138 <![CDATA[End if Without Block If Error]]>

Code:

IF A > 10 THEN  PRINT "That's it"ELSE PRINT "Maybe next time"END IF

Statistics: Posted by burger2227 — Mon Oct 15, 2012 3:42 pm


]]>
2012-10-15T13:59:07-05:00 2012-10-15T13:59:07-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=22137#p22137 <![CDATA[End if Without Block If Error]]>
READ A
IF A > 10 THEN PRINT "THAT'S IT" ELSE PRINT "MAYBE NEXT TIME"
END IF
DATA 15,0

Statistics: Posted by JasonQuinn1992 — Mon Oct 15, 2012 1:59 pm


]]>