mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
@ -1,3 +1,4 @@
|
||||
class Cthulu {
|
||||
construct new() {}
|
||||
message { "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn" }
|
||||
}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
import "cthulu" for Cthulu
|
||||
|
||||
class Lovecraft {
|
||||
construct new() {}
|
||||
say() { Cthulu.new().message }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user