Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{Control Structures}}{{omit from|BBC BASIC}}
|
||||
{{Control Structures}}
|
||||
Some programming languages allow you to [[wp:Extensible_programming|extend]] the language. While this can be done to a certain degree in most languages (e.g. by using macros), other languages go much further. Most notably in the Forth and Lisp families, programming per se is done by extending the language without any formal distinction between built-in and user-defined elements.
|
||||
|
||||
If your language supports it, show how to introduce a new flow control mechanism. A practical and useful example is a four-way branch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue