Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 702:87970832a3c3
improve Http_test
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 04 May 2016 20:45:40 -0600 |
parents | 5042e487d717 |
children | 60661a8e738c |
comparison
equal
deleted
inserted
replaced
701:d0280c7fdc3a | 702:87970832a3c3 |
---|---|
2165 | 2165 |
2166 <pre> | 2166 <pre> |
2167 try { | 2167 try { |
2168 function() | 2168 function() |
2169 a_dangerous_fn() | 2169 a_dangerous_fn() |
2170 end; | 2170 end |
2171 catch = function(e) | 2171 catch = function(e) |
2172 -- handle error | 2172 -- handle error |
2173 end; | 2173 end |
2174 finally = function() | 2174 finally = function() |
2175 -- clean up | 2175 -- clean up |
2176 end; | 2176 end |
2177 } | 2177 } |
2178 </pre> | 2178 </pre> |
2179 | 2179 |
2180 <p> | 2180 <p> |
2181 Could be defined as: | 2181 Could be defined as: |