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_at32.txt
2022-03-04 10:51:51 +00:00

7 lines
385 B
Plaintext

Inform 6.36 (24th January 2022)
line 5: Error: Only dynamic strings @00 to @31 may be used, because $MAX_DYNAMIC_STRINGS has its default value of 32. Increase MAX_DYNAMIC_STRINGS.
> Constant str32 = "@32";
line 4: Warning: Defined constant "str0" declared but not used
line 5: Warning: Defined constant "str32" declared but not used
Compiled with 1 error and 2 warnings (no output)