readme.w32

来自「smallbasic for linux」· W32 代码 · 共 20 行

W32
20
字号
Windows version has a few bugs, its slower, its ugly,
but you can run your programs.

Installation:

Copy the brun.exe into a directory visible by PATH.
(i.e. c:\windows\command)

Copy the SDL.DLL to windows system directory.
(c:\windows\system)

Run in console: (the ANSI.SYS needed for console codes)

C:>brun myprog.bas

Run in window

C:>brun myprog.bas -g

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?