What is wrong with my code? I am translating a Commodore 64 game to Mathematica, programmed in C64 basic.
(* Important initial information*)
dollars = 500
Print["With whom do I have the pleasure "
" of playing High Card Slice? "
Input[name$
Print["High Card wins this game! "
Dimension [suit$ (4)], card$[14], : Read card$ (i) : Nexti
(* *)
