Computer Science, asked by amritathind1671, 24 days ago

In QB64 how you can transfer the execution from one command to another. Explain with an example

Answers

Answered by gamingking1721
0

Explanation:

create a special command like

input "hello";hello$

print hello$;hello$

Similar questions