▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
print "connecter"
input "Which com"; com$ ' displays text and lets user chose which com
open com; com$ for read ' opens com
close #com ' closes com
print "Com closed" ' displays text
end ' ends or stops the program
' JBASIC code www.justbasic.com
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
print "connecter"
input "Which com"; com$ ' displays text and lets user chose which com
open com; com$ for read ' opens com
close #com ' closes com
print "Com closed" ' displays text
end ' ends or stops the program
' JBASIC code www.justbasic.com