Click here to Skip to main content
15,890,527 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: ON ERROR RESUME NEXT Pin
ZurdoDev29-Jun-16 8:02
professionalZurdoDev29-Jun-16 8:02 
GeneralRe: ON ERROR RESUME NEXT Pin
Richard Deeming29-Jun-16 8:28
mveRichard Deeming29-Jun-16 8:28 
GeneralRe: ON ERROR RESUME NEXT Pin
Mark_Wallace29-Jun-16 11:14
Mark_Wallace29-Jun-16 11:14 
AnswerRe: ON ERROR RESUME NEXT Pin
Nagy Vilmos29-Jun-16 9:03
professionalNagy Vilmos29-Jun-16 9:03 
GeneralRe: ON ERROR RESUME NEXT Pin
Mark_Wallace29-Jun-16 11:19
Mark_Wallace29-Jun-16 11:19 
AnswerRe: ON ERROR RESUME NEXT Pin
Ryan Peden29-Jun-16 11:48
professionalRyan Peden29-Jun-16 11:48 
AnswerRe: ON ERROR RESUME NEXT Pin
Mycroft Holmes29-Jun-16 14:21
professionalMycroft Holmes29-Jun-16 14:21 
AnswerRe: ON ERROR RESUME NEXT Pin
stoneyowl229-Jun-16 15:34
stoneyowl229-Jun-16 15:34 
I actually used the MUMPS language when I did a contract for the VA. No reserved word, since everything was by context:

This was actually legal MUMPS code, since all things could be shortened to the first letter:

GREPTHIS()
N S,N,T,I,K,Q S I="K",S="11",K="l1",Q="R",T="K"
I I=T D T
Q:$Q Q Q
T I I,S&K S S=S+K Q

The full blown statements weren't much better:

GREPTHIS()
NEW SET,NEW,THEN,IF,KILL,QUIT SET IF="KILL",SET="11",KILL="l1",QUIT="RETURN",THEN="KILL"
IF IF=THEN DO THEN
QUIT:$QUIT QUIT QUIT ; (quit)
THEN IF IF,SET&KILL SET SET=SET+KILL QUIT

Just to put history behind it, MUMPS was the "Massachusetts General Hospital Utility Multi-Programming System", and (colloquially) was designed by doctors.

AnswerRe: ON ERROR RESUME NEXT Pin
Rob Grainger29-Jun-16 22:44
Rob Grainger29-Jun-16 22:44 
AnswerRe: ON ERROR RESUME NEXT Pin
Jirajha29-Jun-16 23:51
professionalJirajha29-Jun-16 23:51 
GeneralRe: ON ERROR RESUME NEXT Pin
Herbie Mountjoy30-Jun-16 1:20
professionalHerbie Mountjoy30-Jun-16 1:20 
AnswerRe: ON ERROR RESUME NEXT Pin
Jim_Snyder30-Jun-16 3:23
professionalJim_Snyder30-Jun-16 3:23 
AnswerRe: ON ERROR RESUME NEXT Pin
Antonino Porcino1-Jul-16 6:36
Antonino Porcino1-Jul-16 6:36 
GeneralNo CCC today ? Pin
pkfox29-Jun-16 5:26
professionalpkfox29-Jun-16 5:26 
GeneralRe: No CCC today ? Pin
OriginalGriff29-Jun-16 5:29
mveOriginalGriff29-Jun-16 5:29 
GeneralThought of the day Pin
OriginalGriff29-Jun-16 5:03
mveOriginalGriff29-Jun-16 5:03 
GeneralRe: Thought of the day Pin
megaadam29-Jun-16 5:09
professionalmegaadam29-Jun-16 5:09 
GeneralRe: Thought of the day Pin
Simon_Whale29-Jun-16 5:12
Simon_Whale29-Jun-16 5:12 
GeneralRe: Thought of the day Pin
Richard Deeming29-Jun-16 5:09
mveRichard Deeming29-Jun-16 5:09 
GeneralRe: Thought of the day Pin
User 1106097929-Jun-16 5:13
User 1106097929-Jun-16 5:13 
GeneralRe: Thought of the day Pin
Daniel Pfeffer29-Jun-16 5:11
professionalDaniel Pfeffer29-Jun-16 5:11 
GeneralRe: Thought of the day Pin
Bootking29-Jun-16 5:25
Bootking29-Jun-16 5:25 
GeneralRe: Thought of the day Pin
phil.o29-Jun-16 5:48
professionalphil.o29-Jun-16 5:48 
GeneralRe: Thought of the day Pin
jeron129-Jun-16 5:38
jeron129-Jun-16 5:38 
GeneralRe: Thought of the day Pin
Ravi Bhavnani29-Jun-16 6:19
professionalRavi Bhavnani29-Jun-16 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.