Hi Jude

On Sat, 1 Jan 2022 at 10:51, Jude DaShiell <dashiellj...@gmail.com> wrote:
>    * What led up to the situation?
>    Wrote a line of code for interpretation.
>    * What exactly did you do (or not do) that was effective (or
>      ineffective)?
>      ran yabasic ty.bas. line of code was
>      input "enter birth year: ",y

Per yabasic's command and function reference [1], input does not take
a comma between the prompt and the first variable, so the code should
be:

input "enter birth year: " y

Regards
Graham


[1] http://www.yabasic.de/yabasic.htm#ref_input

Reply via email to