Croft, unhoefflich, anmassend und arrogant (diplomiert).
Sie ist gerade nicht da.
Zuletzt war sie am Sonntag 14. Dezember 2025 19:27:41 da.

Sie gehoert dem Pantheon an.

Croft über Croft:
THE LESSER-KNOWN PROGRAMMING LANGUAGES: FOCUSALL

A language designed to run on small DEC machines with minimal memory.  Its
only supported distribution is paper tape, for loading in from an ASR-33
teletype.  This takes 20 minutes, after which the user is greeted with the
message:
CONGRATULATIONS! YOU HAVE JUST LOADED FOCUSALL!

The interpreter is then ready to accept any valid command.  The only valid
command is:
LOAD FOCUSALL
which causes the system to once again load the interpreter from paper tape.
The power of the language comes from the fact that preceding a command with
a statement line causes it to be stored as a program line for later
execution as in the following example:

10 LOAD FOCUSALL
20 LOAD FOCUSALL
...ETC...