VERSION.246 978 B

123456789101112131415161718192021222324252627282930
  1. Changes in version 2.41
  2. 1. #EXPLODE explodes to 1-letter TEXTUAL ATOMS, it
  3. never explodes to NUMBERS
  4. 2. UPPERCASE,LOWERCASE support German letters in Windows table
  5. (i.e.#CALL_PAS 85,86)
  6. 3. UPPERCASE,LOWERCASE,SUBSTR always return TEXTUAL atoms,
  7. not numbers.
  8. (i.e.#CALL_PAS 85,86,87)
  9. 4. When #CALL_PAS(16 'File') reads lines, every line always
  10. is TEXTUAL atom.
  11. In other cases there no changes:
  12. (Textual or numeric atom can be returned:)
  13. 1. #PARM(T) Parameters of command line
  14. 2. #CALL_PAS(83) Windows input box
  15. 3. #CALL_PAS(1) Input from standard input
  16. 4. #CALL_PAS(108) Environment variable value
  17. Changes in version 2.44
  18. No limits for number of textual constants in the program.
  19. Changes in version 2.46
  20. Windows Environment allows to set compilation "without PRINT
  21. statements". These statements are surrounded with conditional compilation
  22. directives. They are not included in EXE module.
  23. /PRINT #A(T)/ , #A is not called.