package my.program // L4: Function. fun memory_generateConstPlayfield( n: Int ): Map { var idGroups: MutableMap = mutableMapOf() var id = 0 for (gid in 0..) { println(test_memory_generateConstPlayfield()) }