mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	truthy/falsey is more accurate than true/false
This commit is contained in:
		| @@ -590,10 +590,10 @@ | ||||
|   * `:repeat n` -- repeats the next inner loop `n` times. | ||||
|  | ||||
|   * `:when condition` -- only evaluates the current loop body when `condition` | ||||
|     is true. | ||||
|     is truthy. | ||||
|  | ||||
|   * `:unless condition` -- only evaluates the current loop body when `condition` | ||||
|     is false. | ||||
|     is falsey. | ||||
|  | ||||
|   The `loop` macro always evaluates to nil. | ||||
|   ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andriamanitra
					Andriamanitra