javaobject programming is slightly confusing for someone who started out using linear languages like cobol and pascal
look at this from http://en.wikipedia.org/wiki/Cobol
An example of the "Hello, world" program in COBOL:
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
PROCEDURE DIVISION.
MAIN.
DISPLAY 'Hello, world.'.
STOP RUN.
NO !!!!!!!!!!!!!!!!!!!!!!!!!!!!![]()
Me too .. I started out programming in FORTRAN 4 in 1970, punching cards by manual hand punch.
Since than I've written in ALGOL, COBOL, DIBOL, PASCAL, BASIC, C, various Assemblers and, even FORTH. I did once try to get to grips with PROLOG, but didn't get very far. However, I have suggested that Ai-Ai and I should try working together on learning JAVA - we'll see how that goes.
There are currently 1 users browsing this thread. (0 members and 1 guests)