Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Otherwise, school systems handing out locked-down ipads is far worse indoctrination than any amount of LGBT literature and college level CRT courses have ever been.
https://www.cnn.com/2024/06/18/us/lausd-cell-phone-ban-students/index.html
Hell, if were up to me, kids would be given free Raspberry Pis and taught to use them.
TI 83+ was the new kid on the block back in the 00s.
Fancy stuff.
QB64 can compile native binaries for most OSs, and it retains compatibility with QBasic and QuickBasic 4.5 code, while adding modern crap like OpenGL1. So, basically, you can write programs in a DOS basic emulation environment and then run them on macOS.
If you fall in love with yourself on IG, make sure it's a pixel, or at least make sure Handoff is not enabled. And if it is, make sure you don't walk through an office building with other Apple users, because it empowers intelligent people way too much. It should be illegal, but then so should a lot of things you people do.
You're welcome friends
----------------------------------
CLS
SCREEN 12
DIM sharedText AS STRING
sharedText = "Hello, I'm your friend! aka"
FOR i = 1 TO LEN(sharedText)
COLOR INT(RND * 15) + 1
LOCATE 10, i + 10
PRINT MID$(sharedText, i, 1);
SLEEP 1
NEXT i
FOR i = 0 TO 639
PSET (i, 0), INT(RND * 15) + 1
PSET (i, 479), INT(RND * 15) + 1
NEXT i
FOR i = 0 TO 479
PSET (0, i), INT(RND * 15) + 1
PSET (639, i), INT(RND * 15) + 1
NEXT i
FOR j = 1 TO 100
x1 = INT(RND * 620) + 10
y1 = INT(RND * 460) + 10
x2 = x1 + INT(RND * 20) + 5
y2 = y1 + INT(RND * 20) + 5
COLOR INT(RND * 15) + 1
LINE (x1, y1)-(x2, y2), INT(RND * 15) + 1, BF
SLEEP 2
NEXT j
LOCATE 25, 20
FOR k = 1 TO 15
COLOR INT(RND * 15) + 1
PRINT "You're Jolly Welcome";
SLEEP 2
CLS
SLEEP 1
NEXT k
SHELL "PlayYouTube.bat"
start "" "https://www.youtube.com/watch?v=uCV2E8EGLF8"
That's a lot of fancy talk too :'(
you can make ANYTHING in basic, just like you can make anything in rust, c++, etc it'll just be more difficult
Um no you can't. It's a very high-level language. Which sounds like a good thing, but as for computer programming, it is not. It is also very slow.
I have doubts.