bugs

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

TXT
46
字号
These are the known bugs for SmartBASICThis is a list of known and past bugs in SmartBASIC.  All open bugs are listedat the top and closed bug are moved to the bottom half.  (The first closedbug is the last one fixed.)  Each entry uses the following format:Open/Closed (OS) yymmdd Short description	More details and/or	example program.  O/C is Open or Closed.  (OS) is	the operating system the bug is found in Palm/UNIX/Win32/All.  The yymmdd 	field is the date the bug was added to this list.		* GAC - This is an update item added by Gary A. Clark	-------------------------------------------------------------------------------Open (win32/sdl) 010304 CTRL+C does not workingOpen (all)	010211 GOTOs & stack.	GOTO is a dangerous command.Closed (Palm) 010211 The text-field in the EDIT form must be activated (after	the program returns to the editor from the 'output' form).Open (all)   010207 Variable name followed by '(' does not generate an error	The following prints the value of abc followed by "abcd"	Print abc("abcd")		* This will be fixed when user defined functions are allowed.Closed (all)   010207 String DATA cannot be READ	This program should print "a", but prints nothing	a$="abc":READ a$:? A$:DATA "a"Closed (all) 010207 SaveAs with same name crashes	This procedure will generate the following errors:	- Create a new file	- Select 'Save As' from menu	- Enter the same name given when creating the file	- Select 'YES' to overwrite prompt	= Just read directly from low memeory	= panic.c, Line:56, mem_lock:MemHandleErr	= NULL pointer	= Illegal operation

⌨️ 快捷键说明

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