Function (computer programming): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Added date. | Use this bot. Report bugs. | Suggested by Abductive | Category:Holism | #UCB_Category 2/43
Small Basic: Fixed typo
Tags: canned edit summary Mobile edit Mobile app edit Android app edit
Line 398:
===Small Basic===
 
In [[Microsoft Small Basic]], targeted to the student first leaninglearning how to program in a text-based language, a callable unit is called a ''subroutine''.
The <code>Sub</code> keyword denotes the start of a subroutine and is followed by a name identifier. Subsequent lines are the body which ends with the <code>EndSub</code> keyword.
<ref>{{cite web |title=Small Basic |url=https://smallbasic-publicwebsite.azurewebsites.net/ |website=Small Basic |access-date=8 February 2024}}</ref>