Click 'import EXF' and paste this in, and run 'new file': import.System.Coa.*;` async.console(true);` system.console.raw.true;` system.console.display.true;` log("Log");` rawLog("Raw Log");` loop(i, infinity){` yield;` };`