aboutsummaryrefslogtreecommitdiff
path: root/chaincond.lang
diff options
context:
space:
mode:
Diffstat (limited to 'chaincond.lang')
-rw-r--r--chaincond.lang14
1 files changed, 0 insertions, 14 deletions
diff --git a/chaincond.lang b/chaincond.lang
deleted file mode 100644
index 542cae9..0000000
--- a/chaincond.lang
+++ /dev/null
@@ -1,14 +0,0 @@
-func int main() {
- int a := 0;
- if (a == 0) {
- a = 1;
- } else {
- a = 2;
- }
- if (a > 0) {
- a = 10;
- } else {
- a = 20;
- }
- return a;
-} \ No newline at end of file