mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	| @@ -674,7 +674,11 @@ | ||||
|       (do | ||||
|         (def bl (in bindings i)) | ||||
|         (def br (in bindings (+ 1 i))) | ||||
|         (tuple 'if (tuple 'def bl br) (aux (+ 2 i)) fal)))) | ||||
|         (if (symbol? bl) | ||||
|           (tuple 'if (tuple 'def bl br) (aux (+ 2 i)) fal) | ||||
|           (tuple 'if (tuple 'def (def sym (gensym)) br) | ||||
|                  (tuple 'do (tuple 'def bl sym) (aux (+ 2 i))) | ||||
|                  fal))))) | ||||
|   (aux 0)) | ||||
|  | ||||
| (defmacro when-let | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 primo-ppcg
					primo-ppcg