HP Forums
"#Cas ... # end" programs not accepted - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: "#Cas ... # end" programs not accepted (/thread-16872.html)



"#Cas ... # end" programs not accepted - robmio - 05-04-2021 07:28 AM

Hello, in the beta emulator April 28, if I try to write a "#cas" program, the option is not accepted. For example, instead of appearing:

#cas
example():=
BEGIN
...
END;
#end

appears:

EXPORT example()
BEGIN
...
...
END;

If I try to force the system, adding "#cas" and "#end" by hand, the program is not accepted in "Cas Vars"

Yours sincerely, Roberto.


RE: "#Cas ... # end" programs not accepted - robmio - 05-04-2021 04:21 PM

I understand, I understand how to do it! In fact: shift "program", "new", "program name", "More", "files", "new program", etc.