S-PLUS is an open source programming language created in 1988.
| #916on PLDB | 38Years Old |
S-PLUS is a commercial implementation of the S programming language sold by TIBCO Software Inc.. It features object-oriented programming capabilities and advanced analytical algorithms.. Read more on Wikipedia...
# Hello World for S-Plus
cat("Hello world\n")
| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | # A comment | |
| Line Comments | ✓ | # A comment | # |
| Semantic Indentation | X |