KiXtart
KiXtart is a historical programming language created in 1991.
28Years Old | 1,025Users | 0Jobs |
- KiXtart ranks in the top 20% of languages
- the KiXtart website
- the KiXtart wikipedia page
- KiXtart first appeared in 1991
- See also: isbn, fasttrack-scripting-host, autoit
- I have 30 facts about KiXtart. just email me if you need more.
Example code 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 @ERROREdit
Last updated February 11th, 2019