mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Update CHANGELOG.md
Also change `with-resource` to `with`.
This commit is contained in:
		| @@ -263,7 +263,7 @@ | ||||
|     (++ i)) | ||||
|   ~(let (,;accum) ,;body)) | ||||
|  | ||||
| (defmacro with-resource | ||||
| (defmacro with | ||||
|   "Evaluate body with some resource, which will be automatically cleaned up | ||||
|   if there is an error in body. binding is bound to the expression ctor, and | ||||
|   dtor is a function or callable that is passed the binding. If no destructor | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose