Home Segments Index Top Previous Next

606: Mainline

You must file in a class's definition before you file in method definitions that refer to that class. Thus, you must file in weight.cls before you file in gm.mth, because gm.mth contains the definition of a method that sends the new message to the Weight class.