文件名称:itsbasic:这是基本的
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-22 21:51:48
JavaScript
它的基本 这是基本的。 跑步: npm start 去测试: npm test 实施的: \# TEXT // comment x = 1 x = y + 1 == <> < > >= <= print "msg" print "msg", x, y goto 10 if x < 10 then 20 poke addr, value poke 2042, 1 // first screen char is A poke 3042, 2 // first scrren char background col is red peek 2042 // read the address rnd 20 // random int between 0 and 19 data 1,2,3,4 // puts data into memory (writeLoc) read() // read
【文件预览】:
itsbasic-master
----list()
--------sprites.bas(163B)
--------prg.js(1KB)
--------classic.bas(41B)
--------texttest.bas(303B)
----package.json(360B)
----tests()
--------index.js(40B)
--------eval.js(830B)
--------tester.js(592B)
--------parser.js(680B)
----index.html(1KB)
----src()
--------index.js(113B)
--------test.js(1KB)
--------Computer()
--------CRT()
----.gitignore(15B)
----README.md(3KB)