Procedures and FunctionsnuBASIC is a fully-developed procedural programming language although it allows to use rudimentary control structures, such as GoTo or GoSub. Procedures and functions provide the framework for dividing a complex problem into various sub-routines. They are useful for performing repeated or shared tasks. |