comparison examples/blog/src/private/tools/test.luan @ 789:e2eb55d86bb2

add http/tools
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Sep 2016 20:34:55 -0600
parents c38f6619feb9
children
comparison
equal deleted inserted replaced
788:c9409e28daa2 789:e2eb55d86bb2
16 catch = function(e) 16 catch = function(e)
17 print() 17 print()
18 print("error:",e) 18 print("error:",e)
19 end; 19 end;
20 } 20 }
21 local Db = require "site:/lib/Db" 21 local Db = require "site:/lib/Db.luan"
22 Db.close() 22 Db.close()
23 end 23 end