User talk:PureFox: Difference between revisions

Line 292:
Thanks,
Retired_Build_Engineer
 
:Hi and welcome to Rosetta Code!
 
:I've made quite a few changes to Wren-trait lately and the problem is that I've somehow managed to lose the closing brace at the end of the ByKey class when updating the RC copy. Sorry about that but I've fixed it now so it should work OK.
 
:Incidentally, in some of the earlier examples you'll find that I've been importing modules like this: import "/fmt". This works fine on Linux (which I use) but may not work on Windows or MacOs due to a glitch in how Wren-cli is currently written. If you find that's the case, then just precede the module reference with a dot: import "./fmt" and it should work.
 
:Thanks for taking an interest in Wren which I think you'll agree is a nice little language and surprisingly stable given that we're not yet at version 1.0. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 08:42, 31 August 2023 (UTC)
9,485

edits