#HASH-OFF
NEWINTERPRETER
// @mode:strict
//
// Fixture report: emits a line per customer. Shares COMMON_HELPERS with
// ORDER_SUMMARY so find_references on formatOrderLine returns both.
//

INCLUDE COMMON_HELPERS.TXT

VAR sCustomerId : STRING
VAR nBalance    : LONG

WRITE formatOrderLine(sCustomerId, nBalance)
