ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
1.7 KiB

  1. PROGRAM FILE 173: EXCEPTION - NEGATIVE QUANTITY RAISED TO
  2. A NON-INTEGRAL POWER IN TAB-ITEM.
  3. ANSI STANDARD 7.5, 12.2
  4. SECTION 173.1: EXCEPTION - NEGATIVE QUANTITY RAISED TO
  5. A NON-INTEGRAL POWER IN TAB-ITEM.
  6. TO PASS THIS TEST:
  7. 1) A MESSAGE IDENTIFYING THE EXCEPTION MUST BE
  8. DISPLAYED, AND
  9. 2) EXECUTION MUST TERMINATE
  10. BEGIN TEST.
  11. ABOUT TO EXECUTE:
  12. PRINT A$;TAB((-3) ^ 1.99999);B$
  13. (WHERE A$ = '111' AND B$ = '222')
  14. 111
  15. ERROR in line 230: NEGATIVE QUANTITY RAISED TO A NON-INTEGRAL POWER