Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics. If you need to do this, try !politicaldiscussion
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
A subscription to the now defunct children's magazine 3-2-1 Contact. That magazine would sometimes include the code for simple BASIC computer programs. Eventually I figured out they would run on the (then common) Apple II classroom computer at school, tried one (a simple guess the number game with a preset answer), figured out how to change the answer and tweak the code, and got hooked.
Ultimately this led to a degree in software engineering and a job in IT that I quite enjoy, especially when writing scripts or working with code.
10 LET A = CODESKILLS
20 IF A = CODESKILLS PRINT "MONEY"
30 GOTO 30
So... print a finite amount of money, and wait for jail?
Now I'm hungry for spaghetti code
No no no
It's:
10 PRINT "Penis "
20 GOTO 10