#nodejs
Read more stories on Hashnode
Articles with this tag
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...
call call - calls a variable or function Sample: call [call-type] [type] [name]; The call-type parameter indicates what is being called, there are...