You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ Main;
print "Hello. This is a test of Class and String.^";
];
Zcharacter "abCdefgHtjklmnopqrsiuvwxyz"
"ABcDEFGhIJKLMNOPQRSTUVWXYZ"
"0123456789!$&*():;.,<>`";
The output is terrible, obviously. We should have an error if you try to change the alphabet after compiling strings.
This interacts with #276 , because Inform compiles a few strings at setup time! A naive fix would break the Zcharacter directive entirely -- because the Zcharacter directive can always corrupt those few strings.