Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

4
Lang/DCL/00-LANG.txt Normal file
View 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
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:DCL

1
Lang/DCL/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/DCL

1
Lang/DCL/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/DCL

1
Lang/DCL/Arithmetic-Integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/DCL

1
Lang/DCL/Catamorphism Symbolic link
View file

@ -0,0 +1 @@
../../Task/Catamorphism/DCL

View file

@ -0,0 +1 @@
../../Task/Check-that-file-exists/DCL

1
Lang/DCL/Comma-quibbling Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comma-quibbling/DCL

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/DCL

1
Lang/DCL/Count-in-factors Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-in-factors/DCL

1
Lang/DCL/Count-in-octal Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-in-octal/DCL

1
Lang/DCL/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/DCL

1
Lang/DCL/Digital-root Symbolic link
View file

@ -0,0 +1 @@
../../Task/Digital-root/DCL

1
Lang/DCL/Even-or-odd Symbolic link
View file

@ -0,0 +1 @@
../../Task/Even-or-odd/DCL

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/DCL

1
Lang/DCL/File-input-output Symbolic link
View file

@ -0,0 +1 @@
../../Task/File-input-output/DCL

1
Lang/DCL/Fork Symbolic link
View file

@ -0,0 +1 @@
../../Task/Fork/DCL

1
Lang/DCL/Generic-swap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Generic-swap/DCL

View file

@ -0,0 +1 @@
../../Task/Greatest-element-of-a-list/DCL

1
Lang/DCL/Guess-the-number Symbolic link
View file

@ -0,0 +1 @@
../../Task/Guess-the-number/DCL

View file

@ -0,0 +1 @@
../../Task/Guess-the-number-With-feedback/DCL

1
Lang/DCL/Hailstone-sequence Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hailstone-sequence/DCL

1
Lang/DCL/Hamming-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hamming-numbers/DCL

1
Lang/DCL/Happy-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Happy-numbers/DCL

1
Lang/DCL/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/DCL

1
Lang/DCL/Integer-comparison Symbolic link
View file

@ -0,0 +1 @@
../../Task/Integer-comparison/DCL

1
Lang/DCL/Integer-sequence Symbolic link
View file

@ -0,0 +1 @@
../../Task/Integer-sequence/DCL

1
Lang/DCL/Jump-anywhere Symbolic link
View file

@ -0,0 +1 @@
../../Task/Jump-anywhere/DCL

View file

@ -0,0 +1 @@
../../Task/Keyboard-input-Flush-the-keyboard-buffer/DCL

1
Lang/DCL/Literals-Integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Literals-Integer/DCL

1
Lang/DCL/Loops-Infinite Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/DCL

1
Lang/DCL/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/DCL

View file

@ -0,0 +1 @@
../../Task/Middle-three-digits/DCL

View file

@ -0,0 +1 @@
../../Task/Multiplication-tables/DCL

View file

@ -0,0 +1 @@
../../Task/Read-a-configuration-file/DCL

View file

@ -0,0 +1 @@
../../Task/Read-a-file-line-by-line/DCL

1
Lang/DCL/Rename-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rename-a-file/DCL

1
Lang/DCL/Repeat-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/DCL

1
Lang/DCL/Semiprime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Semiprime/DCL

1
Lang/DCL/Sleep Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sleep/DCL

1
Lang/DCL/Spiral-matrix Symbolic link
View file

@ -0,0 +1 @@
../../Task/Spiral-matrix/DCL

View file

@ -0,0 +1 @@
../../Task/String-concatenation/DCL

1
Lang/DCL/String-matching Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-matching/DCL

1
Lang/DCL/System-time Symbolic link
View file

@ -0,0 +1 @@
../../Task/System-time/DCL

1
Lang/DCL/Taxicab-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Taxicab-numbers/DCL

View file

@ -0,0 +1 @@
../../Task/Walk-a-directory-Non-recursively/DCL