Start from a main routine: Difference between revisions

Content added Content deleted
m (omissions and categories)
Line 2: Line 2:


The task is to demonstrate the steps involved in causing the application to run a main procedure, rather than an event driven window at startup.
The task is to demonstrate the steps involved in causing the application to run a main procedure, rather than an event driven window at startup.

Languages that always run from main() can be omitted from this task.


=={{header|Gambas}}==
=={{header|Gambas}}==
Line 16: Line 18:


* Right click the MMain module, then select Startup class from the context menu
* Right click the MMain module, then select Startup class from the context menu

{{omit from|C}}
{{omit from|C++}}

[[Category:Basic Language Learning]]
[[Category:Initialization]]