Banana Lord
Member
I have the double quote ", the single quote ', but now I need one more. In Python I'd use the triple quote ''', but ash doesn't seem to have that. I'm trying to call writeln() on check_version which returns a string containing both single and double quotes so I find myself one delimiter short. There might be something on the wiki, but if there is I couldn't find it.
				
			 
	 
 
		 
 
		 . I'd had a problem using strings (containing multiple quote characters) from a map. My workaround was to use special html characters instead of the quotes. For some reason I got that confused with check_version and thought that I couldn't use it with writeln without another delimiter.
. I'd had a problem using strings (containing multiple quote characters) from a map. My workaround was to use special html characters instead of the quotes. For some reason I got that confused with check_version and thought that I couldn't use it with writeln without another delimiter.