rbscript is a programming language created in 1996.
| #3289on PLDB | 30Years Old |
Dim years, days As Integer
years = Val(Input("")) // Prompt the user to enter a value
days = years * 365| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | // A comment | |
| Line Comments | ✓ | // A comment | // |
| Semantic Indentation | X |