BSL:Manual: Difference between revisions

122 bytes removed ,  4 December 2015
→‎Flow interrupt: moving "insider" statement to Introduction
(moved up intro text to lede; tweaked section names; added Files section)
(→‎Flow interrupt: moving "insider" statement to Introduction)
Line 163: Line 163:


===Flow interrupt===
===Flow interrupt===
There is no "goto" statement in BSL, nor any loop controls like "continue" or "break" (since there are no proper loops!). There are, however, "return", and, arguably, "sleep".
Use these keywords to interrupt the execution of BSL.


====return====
====return====