LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

No "S" Challenge thread

Root / General / [.]

NathanielCreated:
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)             'Allowed
Here'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.

Might be a laugh, I'll have to utilize the find function in the chance of error of a included problem containing "that" letter. Wow a line of a few word complete and challenge expand upward. Broken native tongue and grammar in peril!

@LOOP
LOCATE 15,15:?"I haf done it"
GOTO @LOOP
That'z about the maximum amount of effort and time I have for that. XD

I am working on my project currently. The project name: "How to Long Divide" An interactive guide

I just took one of my games and replaced "S" with "_", and then fixed all the builtin functions and ELSEIFs.

oops I'm over three months late but here's my no "s" challenge game https://smilebasicsource.com/page?pid=905