Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
  • // Use expression form to calculate an integer result
  • // Floating point not supported by Adventuron, only integer mathematics
  • // The statement below sets c to be the value of "a" multiplied by the value of "b"

 : set_integer var = "c"  {(a * b)}