Page 1 of 1

MikeOS 4.4 released

Posted: Sun Mar 24, 2013 8:09 am
by M-Saunders
Hi everyone,

It's been a while coming, but this version features two new games (Sudoku and Cosmic Flight), various enhancements to the BASIC interpreter, and updates for included programs. Full changelog below. You can download it from the site:

http://mikeos.sourceforge.net

Thanks to everyone who contributed and tested!

Cheers,
Mike


# New game: MikeOS Sudoku (SUDOKU.BAS), a puzzle game

# New game: Cosmic Flight (CF.BAS) from Joshua

# BASIC: string additions now possible with literal strings, other string variables, or numeric variables, eg: $1 = $2 + "foo" + x + "bar"

# BASIC: Use "x = VARIABLES" to determine where BASIC stores its numeric variables

# BASIC: New BREAK command to halt execution and show line number

# BASIC: Now displays line numbers with error messages

# BASIC: New CASE command from Joshua (changes case of a string)

# BASIC: New ELSE keyword from Joshua (used with IF)

# BASIC: New FILES command from Joshua (shows file listing from disk)

# Updated MikeBASIC Plus Plus (MBPP.BAS) to version 3.2.1

# Updated Calculator (CALC.BAS) to 2.0.0

# Bump API to version 16

# Handbook fixes