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

View file

@ -0,0 +1,11 @@
{{stub}}
{{language
|site=http://www.konsolscript.org
|exec=bytecode
|express=explicit
|parampass=value
|hopl=no
}}
'''KonsolScript''' is a cross-platform scripting language available under Windows and GNU/Linux. It was intentionally developed on 2005 as the scripting language in writing games with KAGE (Alternative Game Engine) but its interpreter, Quixie, can also be used as common gateway interface for serving web pages.
Language design is greatly inspired by C programming language. Together with KAGE, KonsolScript was distributed as freeware until it was released as free software in SourceForge on April 2006. KonsolScript is licensed under GNU General Public License.

View file

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

1
Lang/KonsolScript/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/KonsolScript

1
Lang/KonsolScript/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/KonsolScript

1
Lang/KonsolScript/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/KonsolScript

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/KonsolScript

View file

@ -0,0 +1 @@
../../Task/Copy-a-string/KonsolScript

View file

@ -0,0 +1 @@
../../Task/Empty-program/KonsolScript

1
Lang/KonsolScript/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/KonsolScript

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/KonsolScript

View file

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