Compare commits

..

No commits in common. "06a3a24c1abe8c6387c67551037dec581f1a7e81" and "1368a4a2cfb2b3e0c1ba906754273bbef9301e73" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cope = {} cope = {}
cope.level = "High"
function cope.get_level() function cope.level()
return cope.level print('Coping level = High')
end end
return cope return cope

View File

@ -1,2 +1,2 @@
local cope = require('cope') local cope = require('cope')
print(cope.get_level()) cope.level()