woodward.org - a site mostly about computer stuff

Don's First Program

"Don's First Program" - by Don Woodward.
This page contains the source code to "Don's First Program"
which is the first program Don Woodward ever wrote. It was written
in 1979 on the TRS-80 Model 1.

"Don's First Program" is copyright (c) 1979, 2004, Don Woodward.
License is granted under the terms of the GNU General Public License.

don.bas

REM
REM
REM don.bas - implementation of "Don's First Program"
REM
REM Copyright (c) 1979, 2004, Don Woodward.
REM
REM
REM This file is part of "Don's First Program".
REM
REM "Don's First Program" is free software; you can redistribute
REM it and/or modify it under the terms of the GNU General Public License
REM as published by the Free Software Foundation; either version 2 of the
REM License, or any later version.
REM
REM This program is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with this program; if not, write to the Free Software
REM Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
REM

10 PRINT "DON IS COOL!"
20 GOTO 10