The No "S" Challenge is self explanatory. Create an original program without using the letter "S". Seems simple, right. But, that means no SPSET, no SIN or COS, no DISPLAY, and no commands that include the letter "S".
Using anything that generates the letter "S" in the command CALL is also forbidden. This command would easily allow the user to get around the point of this challenge.
?CALL(CHR$(83)+"QR",9) 'Banned ?SQR(9) 'Banned ?POW(9,.5) 'AllowedHere's my attempt: https://smilebasicsource.com/page?pid=828 Feel free to try this challenge out for yourself and share you creation(s) in the comments.