* Copyright (C) 2023 Dennis J. Darland * This file is part of Dennis J Darland's Glucose Prediction Software. * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * This is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with it. If not, see . line_out = "" &TRACE = 0 TRACE('line_out') TOP infile = INPUT :f(END) INPUT('in',2,2048,infile) top2 line = IN :f(finish) line_out = line_out ' ' line :(top2) finish OUTPUT = line_out line_out = "" :(TOP) END