
Sign up to save your podcasts
Or


Code https://soundcloud.com/ruda-moura/msx-red-flag-basic/
PS: There is an off-by-one bug in this code,RND(1)***3 eventually casts to 2 (it is auto promoted to INT) then A(2) has zero value -- the NUL character -- so it isn't printed anyway.
By Code https://soundcloud.com/ruda-moura/msx-red-flag-basic/
PS: There is an off-by-one bug in this code,RND(1)***3 eventually casts to 2 (it is auto promoted to INT) then A(2) has zero value -- the NUL character -- so it isn't printed anyway.