mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
|
||
|
module module_name
|
||
|
|
||
|
def get_module_name()
|
||
|
return 'module_name'
|
||
|
end
|