Logo
Explore Help
Sign In
andrew/akbasic
1
0
Fork 0
You've already forked akbasic
Code Issues 32 Pull Requests 6 Actions Packages Projects Releases Wiki Activity
Files
5c58f4c16d09e6485dd0ee70e9f82bc993c37f4d
akbasic/tests/language/functions/asc.bas

4 lines
84 B
QBasic
Raw Normal View History

Add native RND and ASC functions Implement bounded random integers with lazy clock seeding and add ASC as the inverse of CHR. Cover dispatch, validation, deterministic LCG output, UTF-8 round trips, function reference, and the breakout tutorial. Closes #16. Co-authored-by: andrew <andrew@aklabs.net>
2026-08-05 06:40:53 -04:00
10 PRINT "97 : " + ASC("a")
20 PRINT "65 : " + ASC("A")
30 PRINT "64 : " + ASC("@")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 85ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API