Jump to content

Talk:FOCAL (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vanish2 (talk | contribs) at 06:57, 26 August 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Gosh, that takes me back! I first used FOCAL on a PDP8-L in 1969 mumble mumble ... Anyway, the TYPE command always preceded numeric output with = on that implementation. Richard Pinch 06:57, 26 August 2006 (UTC)[reply]

It's probably worth mentioning FOCAL's slightly odd subroutine mechanism. DO xx.yy executed line xx.yy and DO xx executed all lines in block xx. The return was simply to finish the line or block, and there was no parameter passing mechanism. Richard Pinch 06:57, 26 August 2006 (UTC)[reply]