diff options
| author | seh <henesy.dev@gmail.com> | 2019-03-18 04:21:02 -0500 |
|---|---|---|
| committer | seh <henesy.dev@gmail.com> | 2019-03-18 04:21:02 -0500 |
| commit | c91045be5ed9f9019d92ce23a3955313e691f263 (patch) | |
| tree | f3169eca927495566569806868f816a3aba790d7 /Modules/util.b | |
| parent | 50bc0b3fb51052b59bf8873dc7eaf68257ef91d1 (diff) | |
add Modules example
Diffstat (limited to 'Modules/util.b')
| -rw-r--r-- | Modules/util.b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Modules/util.b b/Modules/util.b new file mode 100644 index 0000000..d94a143 --- /dev/null +++ b/Modules/util.b @@ -0,0 +1,9 @@ +implement Util; + +Util: module { + glenda: fn(): string; +}; + +glenda(): string { + return " (\\(\\\n �\". ..\n ( . .)\n | � �\n � ;\n c?\".UJ\""; +} |
