To add a couple of BASIC commands like
Print
and Input
For console apps
Dim myString as String = Input
Print("The result of your inputted-ness = " + myString)
Because B4j will make an excellent not to mention very powerful tool for making console apps when you don't need a GUI.
Because Erel's version of BASIC rocks! and it's easy to keep it in your head!
Maybe this is already possible and I've missed it?
and Input
For console apps
Dim myString as String = Input
Print("The result of your inputted-ness = " + myString)
Because B4j will make an excellent not to mention very powerful tool for making console apps when you don't need a GUI.
Because Erel's version of BASIC rocks! and it's easy to keep it in your head!
Maybe this is already possible and I've missed it?