Skip to content

Commit 509a277

Browse files
pushing 1.9.2
1 parent 071ea1a commit 509a277

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/RetroBASIC reference manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RetroBASIC Reference Manual
33

44
**Copyright © 2023 Maury Markowitz**
55

6-
Version 1.9.1
6+
Version 1.9.2
77

88
[![GPL license](http://img.shields.io/badge/license-GPL-brightgreen.svg)](https://opensource.org/licenses/gpl-license)
99

doc/VERSIONS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,14 @@ Version 1.9.1 - 13 February 2024
133133
- added DIV operator, for integer division. 7 DIV 3 returns 2
134134
- negative parameter values in RND() now perform a RANDOMIZE, as is the case in MS BASICs
135135
- added Integer BASIC's variation on TAB, which is a statement, not a pseudo-function
136+
- fix minor issue in RND that caused issues in SST
136137

137138
Version 2.0.0 -
138139

139140
- added dummy version of ADR, returns 0
140141
- added EQV and IMP logical operators, seen in IBM and some other versions
141142
- added RETURN with a line number, seen in MSX. equivalent to a POP and GOTO
142-
- fixed MOD and DIV operators, added MOD and DIV functions
143+
- fixed MOD and DIV operators
144+
- added MOD and DIV functions
143145
- added ASCII, DEC's version of ASC
146+
- added SLEEP, DEC's version of PAUSE

0 commit comments

Comments
 (0)