JSL, aka JMP Scripting Language, is a programming language created in 1989.
#1843on PLDB | 35Years Old |
a="Hello"; b=" "; c="World"; a||b||c;
// "Hello World"
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Comments | ✓ | // A comment | |
MultiLine Comments | ✓ | /* A comment */ | /* */ |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |