JSL, aka JMP Scripting Language, is a programming language created in 1989.
| #1886on PLDB | 37Years 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 |