プレイ日記
Phillip IAmAPerson620
The first obfuscated program in SmileBasic? I'll let you guys guess what this fully functional program does...
5そうだね
プレイ済み
返信[1]
親投稿
Preston Pizza-Pancho7
This is cool! #1. I'm assuming it prints something #2. How did you do this? #3. Could you put out a key, I would love to see how this works. :)
0そうだね
プレイ済み
返信[2]
親投稿
Ed CPFace
Lines 1-4 establish 10 variables. If you do the math, each variable is a digit equal to one less than the number of underscores in its name. The function _$ takes three numbers and returns the character you get by combining the characters. So _$ 1,0,3 returns ASCII character 103. So lines 5-9 print out a message one character at a time. Looking up the codes, you get "Hello World!" Fun puzzle!
3そうだね
プレイ済み
返信[3]
親投稿
Preston Pizza-Pancho7
Wish I was this smart...
0そうだね
プレイ済み