Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Lang/DCL/00-LANG.txt
Normal file
4
Lang/DCL/00-LANG.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{language}}
|
||||
DCL, the DIGITAL Command Language, is the standard command language adopted by most of the operating systems that were sold by the former Digital Equipment Corporation (which has since been acquired by Compaq which itself was acquired by Hewlett-Packard). It had its roots in the IAS, TOPS-20, and RT-11 operating systems and was implemented as a standard across most of Digital's operating systems, notably RSX-11, but took its most powerful form in the OpenVMS operating system.
|
||||
|
||||
Written when the Fortran programming language was in heavy use, DCL is a scripting language supporting several datatypes, including strings, integers, bit arrays, arrays and booleans, but not floating point numbers. Access to OpenVMS system services (kernel API) is through lexical functions, which perform the same as their compiled language counterparts and allow scripts to get information on system state. DCL includes IF-THEN-ELSE, access to all the RMS file types including stream, indexed, and sequential, but unfortunately lacks a DO-WHILE or other looping construct, requiring users to make do with IF and GOTO-label statements instead.
|
||||
2
Lang/DCL/00-META.yaml
Normal file
2
Lang/DCL/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:DCL
|
||||
1
Lang/DCL/100-doors
Symbolic link
1
Lang/DCL/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/DCL
|
||||
1
Lang/DCL/A+B
Symbolic link
1
Lang/DCL/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/DCL
|
||||
1
Lang/DCL/Arithmetic-Integer
Symbolic link
1
Lang/DCL/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/DCL
|
||||
1
Lang/DCL/Catamorphism
Symbolic link
1
Lang/DCL/Catamorphism
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Catamorphism/DCL
|
||||
1
Lang/DCL/Check-that-file-exists
Symbolic link
1
Lang/DCL/Check-that-file-exists
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Check-that-file-exists/DCL
|
||||
1
Lang/DCL/Comma-quibbling
Symbolic link
1
Lang/DCL/Comma-quibbling
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comma-quibbling/DCL
|
||||
1
Lang/DCL/Command-line-arguments
Symbolic link
1
Lang/DCL/Command-line-arguments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Command-line-arguments/DCL
|
||||
1
Lang/DCL/Count-in-factors
Symbolic link
1
Lang/DCL/Count-in-factors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-factors/DCL
|
||||
1
Lang/DCL/Count-in-octal
Symbolic link
1
Lang/DCL/Count-in-octal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-octal/DCL
|
||||
1
Lang/DCL/Create-a-file
Symbolic link
1
Lang/DCL/Create-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file/DCL
|
||||
1
Lang/DCL/Digital-root
Symbolic link
1
Lang/DCL/Digital-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Digital-root/DCL
|
||||
1
Lang/DCL/Even-or-odd
Symbolic link
1
Lang/DCL/Even-or-odd
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Even-or-odd/DCL
|
||||
1
Lang/DCL/Execute-a-system-command
Symbolic link
1
Lang/DCL/Execute-a-system-command
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-a-system-command/DCL
|
||||
1
Lang/DCL/File-input-output
Symbolic link
1
Lang/DCL/File-input-output
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/File-input-output/DCL
|
||||
1
Lang/DCL/Fork
Symbolic link
1
Lang/DCL/Fork
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fork/DCL
|
||||
1
Lang/DCL/Generic-swap
Symbolic link
1
Lang/DCL/Generic-swap
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Generic-swap/DCL
|
||||
1
Lang/DCL/Greatest-element-of-a-list
Symbolic link
1
Lang/DCL/Greatest-element-of-a-list
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Greatest-element-of-a-list/DCL
|
||||
1
Lang/DCL/Guess-the-number
Symbolic link
1
Lang/DCL/Guess-the-number
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number/DCL
|
||||
1
Lang/DCL/Guess-the-number-With-feedback
Symbolic link
1
Lang/DCL/Guess-the-number-With-feedback
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number-With-feedback/DCL
|
||||
1
Lang/DCL/Hailstone-sequence
Symbolic link
1
Lang/DCL/Hailstone-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hailstone-sequence/DCL
|
||||
1
Lang/DCL/Hamming-numbers
Symbolic link
1
Lang/DCL/Hamming-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hamming-numbers/DCL
|
||||
1
Lang/DCL/Happy-numbers
Symbolic link
1
Lang/DCL/Happy-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Happy-numbers/DCL
|
||||
1
Lang/DCL/Hello-world-Text
Symbolic link
1
Lang/DCL/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/DCL
|
||||
1
Lang/DCL/Integer-comparison
Symbolic link
1
Lang/DCL/Integer-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-comparison/DCL
|
||||
1
Lang/DCL/Integer-sequence
Symbolic link
1
Lang/DCL/Integer-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-sequence/DCL
|
||||
1
Lang/DCL/Jump-anywhere
Symbolic link
1
Lang/DCL/Jump-anywhere
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Jump-anywhere/DCL
|
||||
1
Lang/DCL/Keyboard-input-Flush-the-keyboard-buffer
Symbolic link
1
Lang/DCL/Keyboard-input-Flush-the-keyboard-buffer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Keyboard-input-Flush-the-keyboard-buffer/DCL
|
||||
1
Lang/DCL/Literals-Integer
Symbolic link
1
Lang/DCL/Literals-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Literals-Integer/DCL
|
||||
1
Lang/DCL/Loops-Infinite
Symbolic link
1
Lang/DCL/Loops-Infinite
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Infinite/DCL
|
||||
1
Lang/DCL/Loops-While
Symbolic link
1
Lang/DCL/Loops-While
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-While/DCL
|
||||
1
Lang/DCL/Middle-three-digits
Symbolic link
1
Lang/DCL/Middle-three-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Middle-three-digits/DCL
|
||||
1
Lang/DCL/Multiplication-tables
Symbolic link
1
Lang/DCL/Multiplication-tables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Multiplication-tables/DCL
|
||||
1
Lang/DCL/Read-a-configuration-file
Symbolic link
1
Lang/DCL/Read-a-configuration-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-a-configuration-file/DCL
|
||||
1
Lang/DCL/Read-a-file-line-by-line
Symbolic link
1
Lang/DCL/Read-a-file-line-by-line
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-a-file-line-by-line/DCL
|
||||
1
Lang/DCL/Rename-a-file
Symbolic link
1
Lang/DCL/Rename-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rename-a-file/DCL
|
||||
1
Lang/DCL/Repeat-a-string
Symbolic link
1
Lang/DCL/Repeat-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Repeat-a-string/DCL
|
||||
1
Lang/DCL/Semiprime
Symbolic link
1
Lang/DCL/Semiprime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Semiprime/DCL
|
||||
1
Lang/DCL/Sleep
Symbolic link
1
Lang/DCL/Sleep
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sleep/DCL
|
||||
1
Lang/DCL/Spiral-matrix
Symbolic link
1
Lang/DCL/Spiral-matrix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Spiral-matrix/DCL
|
||||
1
Lang/DCL/String-concatenation
Symbolic link
1
Lang/DCL/String-concatenation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-concatenation/DCL
|
||||
1
Lang/DCL/String-matching
Symbolic link
1
Lang/DCL/String-matching
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-matching/DCL
|
||||
1
Lang/DCL/System-time
Symbolic link
1
Lang/DCL/System-time
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/System-time/DCL
|
||||
1
Lang/DCL/Taxicab-numbers
Symbolic link
1
Lang/DCL/Taxicab-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Taxicab-numbers/DCL
|
||||
1
Lang/DCL/Walk-a-directory-Non-recursively
Symbolic link
1
Lang/DCL/Walk-a-directory-Non-recursively
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Walk-a-directory-Non-recursively/DCL
|
||||
Loading…
Add table
Add a link
Reference in a new issue