Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

KiXtart

KiXtart - Programming language

< >

KiXtart is a programming language created in 1991.

#576on PLDB 32Years Old 156Users
0Books 0Papers

KiXtart is a closed source free-format scripting language for Windows. It is described as a logon script processor and enhanced batch scripting language by the official website. Its name is a portmanteau of "kick start".. Read more on Wikipedia...


Example from Wikipedia:
; Read value from registry $ProductID = ReadValue("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion","ProductId") ; Display result or error message If @ERROR = 0 ? "ProductID=$ProductID" Else ? "Error reading product ID" Endif ? ; Done Exit @ERROR

Language features

Feature Supported Token Example
Comments ✓
; A comment
Line Comments ✓ ;
; A comment
Semantic Indentation X
tsv.html · kixtart.html · qr-code.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com