##Inhalt
- Syntax und Formatierung
- Selektoren
- Eigenschaften
- Mixins und Placeholder
- Variablen
- Methodik
- Sonstiges
- Links
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e] |
| #!/usr/bin/env escript | |
| main(_) -> | |
| {ok, [X]} = io:fread(">", "~d"), | |
| c(X). | |
| w(X) -> io:fwrite("~p ", [X]). | |
| c(X) when X >= 5 -> | |
| w(5), |
##Inhalt