mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Fix regression #1327
This commit is contained in:
		| @@ -162,7 +162,7 @@ | ||||
|   ``Define a default value for an optional argument. | ||||
|   Expands to `(def sym (if (= nil sym) val sym))`.`` | ||||
|   [sym val] | ||||
|   ~(def ,sym (if (= nil ,sym) ,val ,sym))) | ||||
|   ~(def ,sym (if (,= nil ,sym) ,val ,sym))) | ||||
|  | ||||
| (defmacro comment | ||||
|   "Ignores the body of the comment." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose