hastebrot
fun x(a: String, b: String?, c: String?) { val myString = if (b != null && c != null) "<http://examples.com/$a?b=$b&c=$c>" else "<http://examples.com/$a>" }