@feature(io, conv, math) @version(100) @author(Sven Vogel) @include(/home/servostar/Projects/Yard/tests/lib.yard) max(a:int, b:int)=int { despite a < b { yield a } b } # main function main() = int { println("" .. max(3,4)); foo() 0 }