rbscript is a programming language created in 1996.
#3168on PLDB | 28Years 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 |