Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
def log(string = "No string found. Code: ERRNULL"):
   print(string)

log("hi") # hi