A collection of examples and edge-cases of commonly-used tools
TK
- Variable Notation - because this notebook is a collection of examples from all kinds of programming paradigms, a common variable notation is bound to clash with at least some languages and tools. See list below for a few examples. That's why this project is going to use a special notation of Guillemets, like so
«variable»
. To type these character, press option(shift)backslash (\) on macOS or alt0171 and alt0187 on Windows.<variable>
clashes with XML[variable]
clashes with arrays/lists{variable}
clashes with objects/scopes(variable)
clashes with mathematical operations
See LICENSE