All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:34, 19 April 2022 BigRon55 talk contribs created page INT (Created page with "The INT function rounds a numeric value down to the next whole number. {{PageSyntax}} : {{Parameter|result}} = INT({{Parameter|expression}}) {{Parameters}} * {{Parameter|expression}} is any type of literal or variable numerical value or mathematical calculation. {{PageDescription}} * INT returns the first whole number INTEGER that is less than the {{Parameter|expression}} value. * This means that INT rounds down for both positive...")