1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/inform6/Tests/Test Errors/_Console_Ideal/max_dynamic_strings_test_at95_ma_1.txt
2022-03-04 10:51:51 +00:00

7 lines
376 B
Plaintext

Inform 6.36 (24th January 2022)
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)