KarolS/millfork

file array initiliser can't handle maths

oziphantom opened this issue · 0 comments

for example
array Logo = file("logo.prg",$62,6*40)
will fail, while
array Logo = file("logo.prg",$62,240)
works.