|
|
|
|
|
by gav
552 days ago
|
|
Dijkstra was talking about Dartmouth Basic in 1975: - Variables: Single letter, optional digit.
- Control flow: FOR loops, GOTO for others.
- Subroutines: GOSUB line, RETURN.
- Parameters: Passed via global variables.
- Functions: 26 (FNA–FNZ), one line each.
- IF statements: One line only.
|
|