Ssharp-Script
A downloadable S#-Script
Download NowName your own price
ABOUT Ssharp-Script
Ssharp-Script ie s++++ or s# was added to github by SSF in 21.08.21
Languages Used
Ssharp-Script is made with Python programming language
Documentation
Commands used on Ssharp-Script
HelloWorld!
example:
ConsoleWriteLine["Hello World!"];
result:
S# version 1.0.0 Hello World!
or:
hw = "Hello World!"; ConsoleWriteLine[hw];
result:
S# version 1.0.0 Hello World!
1+2 8-4 5*7 6/3
result:
S# version 1.0.0 3 4 35 2
or:
a = 6; b = 3; ConsoleWriteLine[a+b]; ConsoleWriteLine[a-b]; ConsoleWriteLine[a*b]; ConsoleWriteLine[a/b];
result:
S# version 1.0.0 9 3 18 2
(if{expr}then{TRUE}else{FALSE})
example:
a=2; b="Apple"; (if{a==2}then{ConsoleWriteLine["a=2"];}else{ConsoleWriteLine[b];})
result:
a=2
(for{ expr to expr then stmt});
example:
(for { i = 0; to 5 then ConsoleWriteLine[i];});
result
0 1 2 3 4
ConsoleWriteLine["Selam Dunya"] @Comment :)
result:
Selam Dunya
(def functionName() {->} here's come your code);
fonskion cagirma
functionName()
example:
(def Hello() {->} ConsoleWriteLine["Hello :)"];);
result:
Hello :)
Status | Released |
Category | Other |
Author | BrotherHoodSoftware |
Tags | programminglanguage |
Download
Download NowName your own price
Click download now to get access to the following files:
Sshrap-Script.rar 54 kB
Leave a comment
Log in with itch.io to leave a comment.