I’m in middle of a Rust module of a course, so I’ll do some Programmer Friendly Error Messages:
Line 10: You do not need to dimension a dimensionless variable such as a standalone string variable. (This ain’t Visual Basic.)
Line 20: input doesn’t do parentheses, sorry
Line 20: Input accepts a string: Perhaps you meant prompt$?
Line 30: Concatenation is too modern, perhaps instead of + you meant ; just saying?
Line 40: Invalid syntax with play, maybe you meant play "g3c4e4"?
Wait does it teach ai programming in BASIC?
10 dim prompt 20 input(prompt) 30 pring "Nice to meet you"+prompt 40 play g3 c4 e4 50 goto 20
I’m in middle of a Rust module of a course, so I’ll do some Programmer Friendly Error Messages:
Line 10: You do not need to dimension a dimensionless variable such as a standalone string variable. (This ain’t Visual Basic.)
Line 20: input doesn’t do parentheses, sorry
Line 20: Input accepts a string: Perhaps you meant
prompt$
?Line 30: Concatenation is too modern, perhaps instead of + you meant ; just saying?
Line 40: Invalid syntax with
play
, maybe you meantplay "g3c4e4"
?Oh my! Haha all these modern languages poisoned my memory
Syntax error on line 30 Please insert Pringles verification can to use pring function
What does
pring
do?