BAEL-19 tempalte example
This commit is contained in:
parent
dee7d1ab12
commit
f5d8984ff5
|
@ -43,7 +43,8 @@ fun main(args: Array<String>) {
|
|||
|
||||
val firstName = "Tom"
|
||||
val secondName = "Mary"
|
||||
println("Names: $firstName, $secondName")
|
||||
val concatOfNames = "$firstName + $secondName"
|
||||
println("Names: $concatOfNames")
|
||||
|
||||
val itemManager = ItemManager("cat_id", "db://connection")
|
||||
print("function result: ${itemManager.isFromSpecificCategory("1")}")
|
||||
|
|
Loading…
Reference in New Issue