MEGA65 / mega65-user-guide

MEGA65 User Guide
75 stars 51 forks source link

Missing in User Guide: C65 BASIC command LINE INPUT #533

Closed MauriceMEGA65 closed 1 year ago

MauriceMEGA65 commented 1 year ago

LINE INPUT is missing in the User Guide. Perhaps on purpose it is left out, but it seems to work: https://discord.com/channels/719326990221574164/805252939593416705/1095934545330704495

Please add LINE INPUT in case it is just forgotten (and not on purpose left out).

lydon42 commented 1 year ago

What's wrong with the LINE INPUT on page B-145 in the book or 144 in the basic65 reference?

Edit: my bad, it's LINE INPUT#, which is a difference...

MauriceMEGA65 commented 1 year ago

C65 spec, page 133: LINE INPUT allows the program to input a string which includes any PETSCII character (including colons, commas, imbedded spaces, etc.)

It's covered in the C65 spec under "INPUT", and also briefly mentioned in the MEGA65 User Guide under "INPUT", but no further explanation or example is provided.

dansanderson commented 1 year ago

Added in 2nd-edition.