Compilation problems with 6L02

That’s a great list. Here are some things I noticed.

** Starting a blank table – that gets filled up with continuation later in your source – with a row of (values) no longer works. You must change

power faculty1 faculty2 (a power) (a faculty) (a faculty)
to

power (a power) faculty1 (a faculty) faculty2 (a faculty) -- -- --

** Fixed Point Maths no longer compiles, but it also no longer needed. Plurality is no longer part of the install, but it also no longer needed.

** If you’re using the singing action, you need to reimplement it. This is of course very easy:

[code]Chapter - Singing

Singing is an action applying to nothing. Understand “sing” and “hum” as singing.

Carry out singing:
say “You hum a battle hymn.”.[/code]

** Inform used to allow stuff like this:

The blood magic cost of the gown of the red court is 4; The blood magic maximum of the gown of the red court is 5; The minimum blood timeout of the gown of the red court is 2; The maximum blood timeout of the gown of the red court is 8;
It now always requires full stops.

** In headings, “not for use with” needs to be replaced with “for use without”. So

Section - Defining perform syntax (not for use with Glimmr Canvas Animation by Erik Temple)

becomes

Section - Defining perform syntax (for use without Glimmr Canvas Animation by Erik Temple)