NairnFEAMPM Icon

WriteLine Command

The WriteLine command will write all arguments to the output area and then write a return character (to end the line)

WriteLine (arg1),(arg2),(arg3),(arg4),...

If any arguments are expressions, they will be evaluated before the output is written. This command is useful for debugging. Use the Write command to append text without a return character.