Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

It may be because you are missing a semicolon at the end of the line, it can be sensitive to missed semicolons.

you are also missing the close bracket for the function. it should be:

fn srt() [
  out("hello");
]

should work, if there are still problems I'll take a deeper look

You're right, I just blanked on that. Thanks