source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
62 stars 6 forks source link

`RND` should take a parameter #93

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

RND(0) should return the previous random number. RND(1) should return a new random number.

cheveron commented 2 years ago

No room in calculator ops to implement this so instead substitute RND for RND(*) in the tokenizer.

cheveron commented 2 years ago

Moved to #98