Hi
This little program should work or am I missing something?
If I compile it gives error
i tried to compile with 1.9.9 version and 1.9.8 version and both have errors while compiling
This little program should work or am I missing something?
If I compile it gives error
Code:
'Begin program
const A as ubyte = 65
const a as ubyte = 97
print chr$ (A)
print chr$ (a)
'End program
i tried to compile with 1.9.9 version and 1.9.8 version and both have errors while compiling