Use the question mark to open up the documentation. To get started coding, press the plus button to add a line. Press the minus button to remove a line. Press the Compile button to test your code. An Example Game Show Program: define:doorChosen,0 askassign:What door do you choose\, 1\, 2\, or 3?,doorChosen if:{doorChosen},=,1,DoorOne if:{doorChosen},=,2,DoorTwo if:{doorChosen},=,3,DoorThree label:DoorOne write:Behind door one is... A brand new car! goto:End label:DoorTwo write:Behind door two is... A beautiful new speedboat! goto:End label:DoorThree write:Behind door three is... A new flat-screen TV! goto:End label:End askpause:(Press any key to continue...) write:Thank you for playing our game show!
S++ is a coding language and coding program coded in scratch. It is extremley flexible if you can understand how to work with Labels and whatnot. S++ version 1.0.0 If you are desperate for credits, everything was by me.