Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22047459810d945

Jump to content

Talk:DIGITAL Command Language

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 12 years ago by 68.98.77.182 in topic IF-THEN-ELSE

IF-THEN-ELSE

[edit]

I'm pretty sure ELSE wasn't available in early versions - I think it first appeared when VMS V4 was released. Mr Larrington (talk) 14:23, 29 September 2009 (UTC)Reply

You're correct, it wasn't available early on. It was added when THEN and ELSE were added as separate statements, which I thought was around V3.2 or so. My memories of that long ago are pretty fuzzy, though. CWesling (talk) 18:55, 29 September 2009 (UTC)Reply
V 3.4 did not have multi-line conditionals. All our command files were by necessity spaghetti code since the only construct was
$ ifexpressionthen statement
where statement was all too often goto label. We upgraded from 3.4 directly to 4.5 around 1986. That memorably offered multi-line conditionals, inspiring a command file modernization effort for a few days. —EncMstr (talk) 20:52, 29 September 2009 (UTC)Reply
On a related note, in my experience (V6 onward), THEN and ELSE were the only statements that required the $ prefix. — Preceding unsigned comment added by 68.98.77.182 (talk) 04:49, 26 November 2013 (UTC)Reply