; > Make ; BBC BASIC for the PDP-11 ; (C)J.G.Harston 1988-2001 ; v0.00 22/03/1989 Started writing ; v0.10 24/03/1989 Displays message, gets to prompt ; v0.11 08/08/2001 Started development again ; Restructured system variables as per Z80 BASIC ; ; Global "insert" file #include "Startup" ; Program header, startup, immediate mode, etc. #include "TokenEqus" ; Token values #include "Tokens" ; Token table, errors, tokeniser, detokeniser #include "GeneralIO" #include "Execute" ; Program execution dispatch loop #include "Commands" ; BASIC program commands #include "Assembler" #include "Evaluate" ; Expression evaluator #include "Stack" ; BASIC stack manipulation #include "Functions" ; BASIC program functions #include "Variables" #include "Interface" ; #include "Debug" #include "HostIO" ; Interface to host I/O system #include "SysVars" ; System variables and data buffers