mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Remove unneeded string functions.
				
					
				
			This commit is contained in:
		| @@ -3444,9 +3444,9 @@ | ||||
| (defn- print-special-form-entry | ||||
|   [x] | ||||
|   (print "\n\n" | ||||
|          (string "    special form\n\n") | ||||
|          (string "    (" x " ...)\n\n") | ||||
|          (string "    See https://janet-lang.org/docs/specials.html\n\n"))) | ||||
|          "    special form\n\n" | ||||
|          "    (" x " ...)\n\n" | ||||
|          "    See https://janet-lang.org/docs/specials.html\n\n")) | ||||
|  | ||||
| (defn doc* | ||||
|   "Get the documentation for a symbol in a given environment. Function form of `doc`." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose