Posted 10 January 2015 - 02:21 PM
Hey there!
I decided to make a joke program, AKA a Commodore 64 program. I have ran into a problem though, I can't make it print a specific part of an input that the user makes.
You know the command print, it looks like this in the commodore 64 real interface:
You see, you put in
I decided to make a joke program, AKA a Commodore 64 program. I have ran into a problem though, I can't make it print a specific part of an input that the user makes.
You know the command print, it looks like this in the commodore 64 real interface:
You see, you put in
print "message"
and it will print what's inside the quotation marks. I would like it to print just that and have use for this for other commands as well. Could anyone tell me how to perform that?