SAKO, aka System Automatycznego Kodowania, is a programming language created in 1960.
#1191on PLDB | 64Years Old |
SAKO (PL: System Automatycznego Kodowania - EN: An Automatic Coding System) is a non-English-based programming language written for Polish computers XYZ, ZAM-2, ZAM-21 and ZAM-41.. Read more on Wikipedia...
TEKST:
HELLO WORLD
LINIA
STOP NASTEPNY
KONIEC
Feature | Supported | Example | Token |
---|---|---|---|
Infix Notation | ✓ | I = 3 + 4 | |
Lists | ✓ | TABLICA(4): B 1 2.0 3.4 4.1 5.6 * | |
Print() Debugging | ✓ | TEKST: HI | |
Operators | ✓ | 1 + 1 - 1 × 1 * 1 / 1 | |
Bitwise Operators | ✓ | ||
Assignment | ✓ | = | |
Case Insensitive Identifiers | ✓ | ||
Line Comments | ✓ | K) A comment | K) |
Zero-based numbering | ✓ | ||
Integers | ✓ | CALKOWITE: I I = 80766866 | |
File Imports | ✓ | ||
Floats | ✓ | A = 2.3 | |
Scientific Notation | ✓ | ||
Gotos | ✓ | ||
Comments | ✓ | K) A comment : Also a comment (although, rarer and newer) K) Comments must start at the beginning of a line | |
Line Comments | ✓ | K) | |
Disk Output | ✓ | PISZ NA BEBEN OD 10: A | |
MultiLine Comments | X | ||
Increment and decrement operators | X | ||
Classes | X | ||
While Loops | X | ||
Case Sensitivity | X |