summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-09 20:25:05 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-09 20:25:05 +0200
commitbd9d359d64a3c6a9fbc509a6e3be6f66c6dbe940 (patch)
tree26921e174379d575a5b52d8b0e6cfbff6402b125 /code.txt
parentff0fcb80bc488e174c47ab203af95c94c3bb117d (diff)
Better if syntax (better semicolons)
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/code.txt b/code.txt
index 6359e4f..ce95b45 100644
--- a/code.txt
+++ b/code.txt
@@ -13,9 +13,9 @@ if (2 > 1) 1 - 1 - 1;
1 ** 1 ** 1;
if kaas
- doe(dingen)
+ doe(dingen);
else if andere(kaas) {
doe(andere,dingen);
} else {
print("rip");
-};
+}