Repository URL to install this package:
var i: single; Begin case round(i) of 0: WriteLn; 1: WriteLn; end; end.