Category:DWScript
Appearance
(Redirected from DWScript)
DWScript
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using DWScript.
This programming language may be used to instruct a computer to perform a task.
Garbage collected: | Yes |
---|---|
Parameter passing methods: | By reference, By value |
Type safety: | Safe, Unsafe |
Type strength: | Strong |
Type compatibility: | Nominative |
Type expression: | Explicit |
Type checking: | Static |
See Also: |
|
DWScript is an implementation of Object Pascal.
Other implementations of Object Pascal.
DWScript (DelphiWebScript) is a strongly-typed object-oriented scripting language based on the Delphi language, with extensions borrowed from other Object Pascal dialects. DWScript programming typically involves less code than classic Pascal due to the availability of type inference and inline declarations, though classic Object Pascal code is largely supported.
See Also
- Wikipedia: Object Pascal
- DWScript at Google Code: [1]
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- DWScript Implementations (empty)
- DWScript User (2 P)
Pages in category "DWScript"
The following 100 pages are in this category, out of 100 total.
C
E
H
I
L
- Leap year
- Least common multiple
- Levenshtein distance
- Literals/Integer
- Literals/String
- Logical operations
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Lucas-Lehmer test
R
S
- Search a list
- SHA-1
- SHA-256
- Sierpinski carpet
- Sierpinski triangle
- Sieve of Eratosthenes
- Sort an integer array
- Sorting algorithms/Gnome sort
- Special variables
- Stack
- Stack traces
- String case
- String concatenation
- String interpolation (included)
- Strip comments from a string
- Strip whitespace from a string/Top and tail
- Sum of a series
- System time
Categories:
- WikiStubs
- Garbage collection/Yes
- Parameter passing/By reference
- Parameter passing/By value
- Typing/Safe
- Typing/Unsafe
- Typing/Strong
- Typing/Compatibility/Nominative
- Typing/Expression/Explicit
- Typing/Checking/Static
- Programming Languages
- Programming paradigm/Object-oriented
- Programming paradigm/Imperative
- Implementations
- Object Pascal Implementations
- Object Pascal related