1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-17 06:24:24 +03:00
inform7/inform6/Tests/Test Errors/_Console_Ideal/max_dynamic_strings_test_at95_ma_1.txt
2024-02-11 23:08:33 +00:00

7 lines
391 B
Plaintext

Inform 6.42 for MacOS (10th February 2024)
line 5: Error: Only dynamic strings @(00) to @(94) may be used, because $MAX_DYNAMIC_STRINGS has been set to 95. Increase MAX_DYNAMIC_STRINGS.
> Constant str95 = "@95";
line 4: Warning: Defined constant "str0" declared but not used
line 5: Warning: Defined constant "str95" declared but not used
Compiled with 1 error and 2 warnings (no output)