1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/Invalid/_Results_Ideal/miscol.txt
2019-02-05 00:44:07 +00:00

11 lines
743 B
Plaintext

inter: inter/Tests/Invalid/miscol.intert, line 10: no such symbol: 'K_number'
>--> kind K_column_of_number column of K_number
inter: inter/Tests/Invalid/miscol.intert, line 11: no such symbol: 'K_colour'
>--> kind K_column_of_colour column of K_colour
inter: inter/Tests/Invalid/miscol.intert, line 12: bad digit: '{ 1, 4, 9, 16 }'
>--> constant C_egtable_col1 K_column_of_number = { 1, 4, 9, 16 }
inter: inter/Tests/Invalid/miscol.intert, line 13: bad digit: '{ I_green, undef, I_red }'
>--> constant C_egtable_col2 K_column_of_colour = { I_green, undef, I_red }
inter: inter/Tests/Invalid/miscol.intert, line 14: not a table column constant: 'C_egtable_col1'
>--> constant C_egtable K_table = { C_egtable_col1, C_egtable_col2, C_complaint }