Skript+
Jump to navigation
Jump to search
Skript+ is (or was) a esolang by Mihai Popa.
Overview
I know that the first "Hello, world!" example is working on ChatGPT.
I'm here to move all of it from Wikibooks to Esolang.
After somebody that goes by the name of JJPMaster deleted the book from Wikibooks, only a bit of it exists. The Hello, world! examples.
Examples
Hello, world!
Output: Hello, world!
A longer version, which still prints "Hello, world!":
CreateBuf: $Hello$ $Hello$: { [H] [e] [l] [l] [o] [,] [32] @ The ASCII value for space [w] [o] [r] [l] [d] [!] } OpenBuf: $Hello$ JoinAllChars: $Hello$ => $Hello2$ Output: $Hello2$ CloseBuf: $Hello$