**(ceil: // [[harlowe:Number|Number]]//) -> //Number//** This macro rounds the given [[harlowe:number|number]] upward to a whole number. If a whole number is provided, it returns the number as-is. === Example usage: === ''%%(ceil: 1.1)%%'' produces 2.