Anomalous LoRa Duinotech Shield

`Where am I going wrong?

type or paste code here

I cut and paste the code into the above area and it comes out thus

type o#include <SPI.h>
#include <LoRa.h>

byte localAddress = 0xBB;
byte destinationAddress = 0xAA;
//.................................................................    ENERGY MONITOR    ......................................

#include "EmonLib.h"             // Include Emon Library
#define CURRENT_CAL 250
EnergyMonitor emon1;             // Create an instancer paste code here