Actions
Bug #745
openFor me, publish refuses my code
Start date:
04/27/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
For a very simple code like this :
Print "Hello world ! What is your name ?"
Input name$
Print "Hello,", name$
Publish is refused on the "check" step :
"Sorry, we were unable to build your application. Please check your application code and try again".
But : this code compiles and runs !
Actions