Retoor software development Projects Research SearchXNG
Register Sign In

6 lines
105 B
Plaintext
Raw Normal View History

feat: add example demonstrating module import with Cthulu and Lovecraft classes Add two new Wren source files under example/import-module/ showing how to import and use a module. The cthulu.wren file defines a Cthulu class with a message method returning a Lovecraftian phrase, while lovecraft.wren imports the Cthulu class, instantiates it, and prints the message via IO.print.
2015-02-18 17:39:31 +01:00
class Cthulu {
message {
return "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
}
}
Reference in New Issue Copy Permalink
4e73f997a4
wren/example/import-module/cthulu.wren
Response time: 22ms
Mail Licenses API