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_at64_mds_64-G.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 @(63) may be used, because $MAX_DYNAMIC_STRINGS has been set to 64. Increase MAX_DYNAMIC_STRINGS.
> Constant str64 = "@64";
line 4: Warning: Defined constant "str0" declared but not used
line 5: Warning: Defined constant "str64" declared but not used
Compiled with 1 error and 2 warnings (no output)