#!/usr/bin/env cz use stdio.h def foo 1 def bar foo + foo def baz bar + bar #def sum(a, b) a + b def hellohello printf("hello\n") printf("hello\n") def sams_name "Sam" def hello(name) printf("hello %s\n", name) printf("HELLO %s\n", name) def hello(first, last) hello(first " " last) int cow(int x) return x + baz def mul() 1 def mul(x) x def mul(x, y) x * y #def mul(x, y, z) x * y * z def my(x) my__prefix_up^^x def count(x) int my__prefix^^i for my__prefix^^i=0; my__prefix^^i