This blog is about the experimental language DuScript.
The purpose of creating this language was an experiment to find out their strength. The peculiarity of this language is the modules unlimited by...
To run several files and connect between them, when specifying the src, you do not need to specify the path to the desired file, but you need to...
declare declare - used to create functions splitting occurs through "*^". declare [declare-type] [name] { [body]*^ } Sample: declare function...
while while - a loop that checks the condition before each execution, and line breaking occurs through "&^" in the if block there cannot be a cycle,...
if if - from the name it is clear Splitting lines inside the "if" block is carried out through the symbol "^" Space before () is required if...
printl printl - prints anything specified in () everything works as in variables with type "As" printl ([body]) Sample: approve msg = Int 1; printl...