Hibaüzenet

Deprecated function: Function create_function() is deprecated GeSHi->_optimize_regexp_list_tokens_to_string() függvényben (/web/htdocs/www.infokristaly.hu/home/www/sites/all/libraries/geshi/geshi.php 4698 sor).

1.1.56.1. fejezet, String interpoláció

val name = "Zoli"
val age = 39.5
println(s"Hello $name you are $age age old")
println(f"Hello $name%s you are $age%f old") // typesafe
println(raw"Print \n without new line")